diff --git a/src/App.vue b/src/App.vue index 09f98d148..c24d15d86 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ diff --git a/vite.config.ts b/vite.config.ts index 766ed39a7..fba530662 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,8 @@ import vueSetupExtend from 'vite-plugin-vue-setup-extend' export default defineConfig({ base: '/admin/', server: { - host: '0.0.0.0' + host: '0.0.0.0', + port: 5180 }, plugins: [ vue(),