chore: remove vite-plugin-pwa

This commit is contained in:
vben
2023-04-01 23:56:02 +08:00
parent fea323cff1
commit 699cf6d7af
9 changed files with 2 additions and 1561 deletions

1
types/global.d.ts vendored
View File

@@ -58,7 +58,6 @@ declare global {
declare interface ViteEnv {
VITE_USE_MOCK: boolean;
VITE_USE_PWA: boolean;
VITE_PUBLIC_PATH: string;
VITE_PROXY: [string, string][];
VITE_GLOB_APP_TITLE: string;