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

This commit is contained in:
2025-06-29 02:07:50 +03:00
parent 1f4024d5be
commit e9287be1ff
26 changed files with 974 additions and 168 deletions

View File

@@ -39,6 +39,7 @@ export default defineConfig({
server: {
port: 5173,
host: '0.0.0.0',
allowedHosts: ['dapp-frontend', 'localhost', '127.0.0.1', 'hb3-accelerator.com', 'dapp.hb3-accelerator.com'],
proxy: {
'/api': {
target: 'http://dapp-backend:8000',