feat(ticket-selector): enhance validation feedback and improve cart synchronization

This commit is contained in:
2026-08-14 13:40:26 -03:00
parent 46dcb84985
commit 1b94b2ca13
5 changed files with 361 additions and 53 deletions

View File

@@ -34,7 +34,12 @@
"server": "src/main.server.ts",
"outputMode": "server",
"security": {
"allowedHosts": ["localhost", "127.0.0.1"]
"allowedHosts": [
"localhost",
"localhost:4300",
"127.0.0.1",
"127.0.0.1:4300"
]
},
"ssr": {
"entry": "src/server.ts"