mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: env file improve
This commit is contained in:
parent
8432e1bbb4
commit
97dd02fe7a
10 changed files with 241 additions and 108 deletions
|
|
@ -139,7 +139,7 @@
|
|||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
"with": "src/environments/environment.stage.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
"with": "src/environments/environment.stage.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue