summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/src/environments
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/frontend/src/environments')
-rw-r--r--overlays/spm/frontend/src/environments/environment.prod.ts3
-rw-r--r--overlays/spm/frontend/src/environments/environment.ts16
2 files changed, 19 insertions, 0 deletions
diff --git a/overlays/spm/frontend/src/environments/environment.prod.ts b/overlays/spm/frontend/src/environments/environment.prod.ts
new file mode 100644
index 00000000..3612073b
--- /dev/null
+++ b/overlays/spm/frontend/src/environments/environment.prod.ts
@@ -0,0 +1,3 @@
1export const environment = {
2 production: true
3};
diff --git a/overlays/spm/frontend/src/environments/environment.ts b/overlays/spm/frontend/src/environments/environment.ts
new file mode 100644
index 00000000..f56ff470
--- /dev/null
+++ b/overlays/spm/frontend/src/environments/environment.ts
@@ -0,0 +1,16 @@
1// This file can be replaced during build by using the `fileReplacements` array.
2// `ng build` replaces `environment.ts` with `environment.prod.ts`.
3// The list of file replacements can be found in `angular.json`.
4
5export const environment = {
6 production: false
7};
8
9/*
10 * For easier debugging in development mode, you can import the following file
11 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
12 *
13 * This import should be commented out in production mode because it will have a negative impact
14 * on performance if an error is thrown.
15 */
16// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.