ваше сообщение коммита

This commit is contained in:
2025-06-06 21:56:17 +03:00
parent 80e0cb5272
commit 75e845b5af
22 changed files with 1123 additions and 488 deletions

View File

@@ -38,10 +38,10 @@ export default defineConfig({
},
server: {
port: 5173,
host: '127.0.0.1',
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://127.0.0.1:8000',
target: 'http://dapp-backend:8000',
changeOrigin: true,
secure: false,
credentials: true,