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 16aaa37 commit bab7430Copy full SHA for bab7430
apps/sim/lib/environment.ts
@@ -21,7 +21,9 @@ export const isTest = env.NODE_ENV === 'test'
21
/**
22
* Is this the hosted version of the application
23
*/
24
-export const isHosted = env.NEXT_PUBLIC_APP_URL === 'https://www.sim.ai'
+export const isHosted =
25
+ env.NEXT_PUBLIC_APP_URL === 'https://www.sim.ai' ||
26
+ env.NEXT_PUBLIC_APP_URL === 'https://www.staging.sim.ai'
27
28
29
* Is billing enforcement enabled
0 commit comments