vite config

This commit is contained in:
2026-03-29 15:51:38 +03:00
parent 9d34d488d7
commit 9b17d2aef4

View File

@@ -7,6 +7,7 @@ export default defineConfig({
format: 'es',
},
server: {
host: '0.0.0.0',
proxy: {
'/api': 'http://localhost:3001',
},