We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e042241 commit 652cfcfCopy full SHA for 652cfcf
package.json
@@ -68,5 +68,6 @@
68
"zod": "^3.23.8",
69
"zod-to-json-schema": "^3.23.2",
70
"zod-validation-error": "^3.3.1"
71
- }
+ },
72
+ "packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
73
}
src/config.ts
@@ -49,6 +49,7 @@ const environmentConfig: EnvironmentConfigType = {
49
"http://localhost:5173",
50
"https://merch-pwa.pages.dev",
51
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
52
+ /^https:\/\/(?:.*\.)?qa.acmuiuc\.org$/,
53
],
54
AadValidClientId: "39c28870-94e4-47ee-b4fb-affe0bf96c9f",
55
},
0 commit comments