Created
January 29, 2018 13:00
-
-
Save ismcagdas/091c17ee2ed661368a7bebed91675ff3 to your computer and use it in GitHub Desktop.
Acme.HeroShop - angular-cli.json
This file contains hidden or 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
| { | |
| "platform": "server", | |
| "root": "HeroApp/src", | |
| "outDir": "HeroApp/dist-server", | |
| "assets": [ | |
| "assets", | |
| "favicon.ico" | |
| ], | |
| "index": "index.html", | |
| "main": "main.server.ts", | |
| "test": "test.ts", | |
| "tsconfig": "tsconfig.server.json", | |
| "testTsconfig": "tsconfig.spec.json", | |
| "prefix": "app", | |
| "styles": [ | |
| ], | |
| "scripts": [ | |
| ], | |
| "environmentSource": "environments/environment.ts", | |
| "environments": { | |
| "dev": "environments/environment.ts", | |
| "prod": "environments/environment.prod.ts" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment