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

2
src/main.server.ts Normal file
View File

@@ -0,0 +1,2 @@
export { AppServerModule } from './app/app.server.module';