update allowedHosts in angular.json for local development

This commit is contained in:
ncoronel 2026-06-24 09:23:37 -03:00
parent e49c9cd842
commit 1bff88e92a
1 changed files with 1 additions and 1 deletions

View File

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