chore: Requires pnpm 8 and node 16

This commit is contained in:
vben
2023-04-01 23:39:36 +08:00
parent 9579a45b3c
commit ab74480083
8 changed files with 2829 additions and 12881 deletions

1
types/global.d.ts vendored
View File

@@ -57,7 +57,6 @@ declare global {
}
declare interface ViteEnv {
VITE_PORT: number;
VITE_USE_MOCK: boolean;
VITE_USE_PWA: boolean;
VITE_PUBLIC_PATH: string;