mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 08:20:24 +02:00
refactor: remove unused env variable (#8457)
This commit is contained in:
2
packages/excalidraw/vite-env.d.ts
vendored
2
packages/excalidraw/vite-env.d.ts
vendored
@@ -21,8 +21,6 @@ interface ImportMetaEnv {
|
||||
|
||||
VITE_APP_FIREBASE_CONFIG: string;
|
||||
|
||||
// whether to enable Service Workers in development
|
||||
VITE_APP_DEV_ENABLE_SW: string;
|
||||
// whether to disable live reload / HMR. Usuaully what you want to do when
|
||||
// debugging Service Workers.
|
||||
VITE_APP_DEV_DISABLE_LIVE_RELOAD: string;
|
||||
|
Reference in New Issue
Block a user