diff options
| author | Fuwn <[email protected]> | 2020-11-11 01:13:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-11 01:13:06 -0800 |
| commit | d51f6420380155a6e4c641f3768d1973b3151af3 (patch) | |
| tree | 72067c38c83ec19da0849c85853ddd5ccc254c38 /src/environments/environment.prod.ts | |
| download | me-d51f6420380155a6e4c641f3768d1973b3151af3.tar.xz me-d51f6420380155a6e4c641f3768d1973b3151af3.zip | |
repo: angular
Diffstat (limited to 'src/environments/environment.prod.ts')
| -rw-r--r-- | src/environments/environment.prod.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts new file mode 100644 index 0000000..3612073 --- /dev/null +++ b/src/environments/environment.prod.ts @@ -0,0 +1,3 @@ +export const environment = { + production: true +}; |