Browse Source

:pencil2: Removed unnecessary DEV adjustment

juan_spike
tomit4 3 years ago
parent
commit
34be9b9f5a
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
 import App from './App.vue'
8
 import App from './App.vue'
9
 import MainNav from './components/MainNav.vue'
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
  * Check between route changes for login/timeout
14
  * Check between route changes for login/timeout

Loading…
Cancel
Save