Skip to content

Commit dfbd103

Browse files
committed
chore(package): updated dependencies of the demo app
1 parent bc9f8e6 commit dfbd103

File tree

3 files changed

+201
-197
lines changed

3 files changed

+201
-197
lines changed

demo/angular.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@
118118
"outputPath": "dist/server",
119119
"main": "src/main.server.ts",
120120
"tsConfig": "src/tsconfig.server.json"
121+
},
122+
"configurations": {
123+
"production": {
124+
"fileReplacements": [
125+
{
126+
"replace": "src/environments/environment.ts",
127+
"with": "src/environments/environment.prod.ts"
128+
}
129+
]
130+
}
121131
}
122132
}
123133
}

0 commit comments

Comments
 (0)