Update vite.config.ts

This commit is contained in:
Artem
2025-08-10 20:10:22 +10:00
committed by GitHub
parent 41897783c8
commit 9594a85dfd

View File

@@ -12,6 +12,7 @@ export default defineConfig({
}, },
server: { server: {
host: '0.0.0.0', host: '0.0.0.0',
port: '1111',
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost:8000', target: 'http://localhost:8000',