wip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 35s

This commit is contained in:
2026-03-27 18:06:50 +03:00
parent 9a6eef0a07
commit 6e6606dfde
8 changed files with 141 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ export default defineConfig({
port: 5173,
strictPort: true,
proxy: {
'/api': 'http://localhost:3000',
'/api': 'https://chat.madsky.ru',
},
},
})