diff --git a/client/vite.config.ts b/client/vite.config.ts index bfd5f59..f52b72c 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -25,6 +25,8 @@ export default defineConfig({ proxy: { '/api': 'http://10.0.0.10:8000', }, - allowedHosts: ['dev.sne.moe'], + host: '0.0.0.0', + port: 5173, + allowedHosts: ['test.sne.moe'], }, });