mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Replacing environment for XSRF bug
This commit is contained in:
parent
44bb84d6f8
commit
a5079bcd61
4 changed files with 8 additions and 2 deletions
|
|
@ -48,6 +48,12 @@
|
|||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
}
|
||||
],
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue