This commit is contained in:
2026-03-25 12:58:24 +03:00
parent 717ca29864
commit 1476edde76
2 changed files with 3 additions and 23 deletions

View File

@@ -14,7 +14,9 @@ export default defineConfig({
},
},
server: {
host: '0.0.0.0',
host: true,
port: 5173,
strictPort: true,
proxy: {
'/api': 'http://localhost:3000',
},