1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-03-23 12:15:06 +00:00

refactor(ui): Improve dev environment (#1429)

This commit is contained in:
PythonGermany
2025-12-10 22:29:46 +01:00
committed by GitHub
parent b0629773e5
commit a55eb7da40
6 changed files with 25 additions and 18 deletions

View File

@@ -3,6 +3,4 @@ import App from './App.vue'
import './index.css'
import router from './router'
export const SERVER_URL = process.env.NODE_ENV === 'production' ? '' : 'http://localhost:8080'
createApp(App).use(router).mount('#app')