Browse Source

:pencil2: Removed unnecessary DEV adjustment

tags/0.0.3^2
tomit4 3 years ago
parent
commit
663a1cfd63
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      frontend/src/main.js

+ 1
- 2
frontend/src/main.js View File

@@ -8,8 +8,7 @@ import components from './wave'
8 8
 import App from './App.vue'
9 9
 import MainNav from './components/MainNav.vue'
10 10
 
11
-// const DEV = import.meta.env.VITE_DEV == 'true'
12
-const DEV = false
11
+const DEV = import.meta.env.VITE_DEV == 'true'
13 12
 
14 13
 /**
15 14
  * Check between route changes for login/timeout

Loading…
Cancel
Save