Skip to content

Instantly share code, notes, and snippets.

@ismcagdas
Created January 29, 2018 13:00
Show Gist options
  • Select an option

  • Save ismcagdas/091c17ee2ed661368a7bebed91675ff3 to your computer and use it in GitHub Desktop.

Select an option

Save ismcagdas/091c17ee2ed661368a7bebed91675ff3 to your computer and use it in GitHub Desktop.
Acme.HeroShop - angular-cli.json
{
"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