فهرست منبع

refactor: remove unused env variable (#8457)

David Luzar 11 ماه پیش
والد
کامیت
60e75406e0
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 2
      .env.development
  2. 0 2
      packages/excalidraw/vite-env.d.ts

+ 0 - 2
.env.development

@@ -17,8 +17,6 @@ VITE_APP_FIREBASE_CONFIG='{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","a
 # put these in your .env.local, or make sure you don't commit!
 # put these in your .env.local, or make sure you don't commit!
 # must be lowercase `true` when turned on
 # must be lowercase `true` when turned on
 #
 #
-# whether to enable Service Workers in development
-VITE_APP_DEV_ENABLE_SW=
 # whether to disable live reload / HMR. Usuaully what you want to do when
 # whether to disable live reload / HMR. Usuaully what you want to do when
 # debugging Service Workers.
 # debugging Service Workers.
 VITE_APP_DEV_DISABLE_LIVE_RELOAD=
 VITE_APP_DEV_DISABLE_LIVE_RELOAD=

+ 0 - 2
packages/excalidraw/vite-env.d.ts

@@ -21,8 +21,6 @@ interface ImportMetaEnv {
 
 
   VITE_APP_FIREBASE_CONFIG: string;
   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
   // whether to disable live reload / HMR. Usuaully what you want to do when
   // debugging Service Workers.
   // debugging Service Workers.
   VITE_APP_DEV_DISABLE_LIVE_RELOAD: string;
   VITE_APP_DEV_DISABLE_LIVE_RELOAD: string;