Skip to content

Commit

Permalink
style(rollapolla-analog): 🎨 change order
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfSoko committed Jun 17, 2024
1 parent bd4cacf commit 1431d06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/rollapolla-analog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
},
"configurations": {
"development": {
"mode": "development"
"mode": "development",
"fileReplacements": [
{
"replace": "{projectRoot}/src/environments/environment.ts",
"with": "{projectRoot}/src/environments/environment.develop.ts"
}
]
},
"production": {
"sourcemap": true,
Expand Down

0 comments on commit 1431d06

Please sign in to comment.