This commit is contained in:
2026-03-04 23:09:02 +01:00
parent 94ec4e7135
commit 409f44476f
9 changed files with 259 additions and 42 deletions

View File

@@ -17,6 +17,9 @@ export default defineConfig({
},
server: {
host: true,
strictPort: false,
allowedHosts: ['.ngrok-free.app'],
proxy: {
'/api': {
target: 'http://localhost:5266',