Add express-engine
This commit is contained in:
56
angular.json
56
angular.json
@@ -13,7 +13,7 @@
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
"outputPath": "dist/ehbo-dronten",
|
||||
"outputPath": "dist/ehbo-dronten/browser",
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"polyfills": [
|
||||
@@ -91,6 +91,60 @@
|
||||
],
|
||||
"scripts": []
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"builder": "@angular-devkit/build-angular:server",
|
||||
"options": {
|
||||
"outputPath": "dist/ehbo-dronten/server",
|
||||
"main": "server.ts",
|
||||
"tsConfig": "tsconfig.server.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"outputHashing": "media"
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"sourceMap": true,
|
||||
"extractLicenses": false,
|
||||
"vendorChunk": true
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve-ssr": {
|
||||
"builder": "@nguniversal/builders:ssr-dev-server",
|
||||
"configurations": {
|
||||
"development": {
|
||||
"browserTarget": "ehbo-dronten:build:development",
|
||||
"serverTarget": "ehbo-dronten:server:development"
|
||||
},
|
||||
"production": {
|
||||
"browserTarget": "ehbo-dronten:build:production",
|
||||
"serverTarget": "ehbo-dronten:server:production"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
},
|
||||
"prerender": {
|
||||
"builder": "@nguniversal/builders:prerender",
|
||||
"options": {
|
||||
"routes": [
|
||||
"/"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "ehbo-dronten:build:production",
|
||||
"serverTarget": "ehbo-dronten:server:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "ehbo-dronten:build:development",
|
||||
"serverTarget": "ehbo-dronten:server:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user