Fixes Ng Server Beforehand
This commit is contained in:
11
angular.json
11
angular.json
@@ -75,9 +75,14 @@
|
|||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
},
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-builders/custom-webpack:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"configurations": {
|
||||||
"browserTarget": "frontend-hideyoshi.com:build:build"
|
"production": {
|
||||||
|
"browserTarget": "frontend-hideyoshi.com:build:production"
|
||||||
|
},
|
||||||
|
"development": {
|
||||||
|
"browserTarget": "frontend-hideyoshi.com:build:development"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user