Created
August 29, 2019 19:41
-
-
Save nanotroy/180e6991cc6a5d52ddf0b10512bd6917 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"server": { | |
"builder": "@angular-devkit/build-angular:server | |
"options": { | |
"outputPath": "dist/server", | |
"main": "src/main.server.ts", | |
"tsConfig": "src/tsconfig.server.json" | |
} | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment