Ticket form: new stack + description step

This commit is contained in:
AI Assistant
2025-11-14 19:06:36 +03:00
parent 3d121054ab
commit 3306d01e0d
16 changed files with 488 additions and 73 deletions

View File

@@ -8,11 +8,11 @@ export default defineConfig({
port: 3000,
proxy: {
'/api': {
target: 'http://host.docker.internal:8100',
target: 'http://host.docker.internal:8200',
changeOrigin: true
},
'/events': {
target: 'http://host.docker.internal:8100',
target: 'http://host.docker.internal:8200',
changeOrigin: true
}
}