mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 22:51:26 +03:00
Frontend dev environment now uses non-prod mode by default
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
"localize": ["es"]
|
"localize": ["es"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": ""
|
"defaultConfiguration": "production"
|
||||||
},
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
// The list of which env maps to which file can be found in `.angular-cli.json`.
|
// The list of which env maps to which file can be found in `.angular-cli.json`.
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true
|
production: false
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user