diff --git a/vite.config.ts b/vite.config.ts index a35fd91..e0bba4d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'; export default defineConfig({ plugins: [vue()], server: { - port: 3333, + port: 3334, host: '0.0.0.0', }, });