mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-09-26 03:48:52 +02:00
env2
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
}
|
||||
],
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.config.local.json ",
|
||||
"build": "ng build --env=prod --base-href /public-pool-ui/",
|
||||
"build": "ng build --base-href /public-pool-ui/",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
},
|
||||
|
Reference in New Issue
Block a user