Add express-engine

This commit is contained in:
Marc Fokkert
2023-09-23 19:50:03 +02:00
parent 81edcf864e
commit 65ba9919a2
8 changed files with 1396 additions and 137 deletions

14
tsconfig.server.json Normal file
View File

@@ -0,0 +1,14 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/server",
"types": [
"node"
]
},
"files": [
"src/main.server.ts",
"server.ts"
]
}