Skip to content

Commit 7cf6a51

Browse files
committed
update comments in dev/prod env files
1 parent 8549da1 commit 7cf6a51

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/environments/index.prod.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file contains production variables. (When you work in PROD MODE)
2+
// This file is use by webpack. Please don't rename it and don't move it to another directory.
13
export const environment = {
24
production: true
35
};

src/environments/index.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// The file contents for the current environment will overwrite these during build.
2-
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
3-
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
4-
// The list of which env maps to which file can be found in `.angular-cli.json`.
5-
1+
// This file contains development variables. (When you work in DEV MODE)
2+
// This file is use by webpack. Please don't rename it and don't move it to another directory.
63
export const environment = {
74
production: false
85
};

0 commit comments

Comments
 (0)