We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b97a8d commit acc971bCopy full SHA for acc971b
frontend/angular.json
@@ -58,6 +58,20 @@
58
},
59
"outputHashing": "all"
60
61
+ "staging": {
62
+ "fileReplacements": [
63
+ {
64
+ "replace": "src/environments/environment.ts",
65
+ "with": "src/environments/environment.staging.ts"
66
+ }
67
+ ],
68
+ "optimization": {
69
+ "styles": {
70
+ "inlineCritical": false
71
72
+ },
73
+ "outputHashing": "all"
74
75
"testing": {
76
"fileReplacements": [
77
{
frontend/src/environments/environment.staging.ts
@@ -0,0 +1,7 @@
1
+// Copyright 2024 Logan Magee
2
+//
3
+// SPDX-License-Identifier: AGPL-3.0-only
4
+
5
+export const environment = {
6
+ developerApiUrl: 'https://staging.developer.api.accrescent.app',
7
+};
0 commit comments