Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
refactor: refer to angular.json instead of angular-cli.json (#641)
Browse files Browse the repository at this point in the history
Point to correct file. angular-cli.json does not exist anymore.
  • Loading branch information
unseen1980 authored and CaerusKaru committed Sep 29, 2018
1 parent d85b670 commit ccf722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angular-cli.json`.
// The list of which env maps to which file can be found in `.angular.json`.

export const environment = {
production: false
Expand Down

0 comments on commit ccf722c

Please sign in to comment.