We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba4e61 commit b14e844Copy full SHA for b14e844
apps/sim/lib/core/config/feature-flags.ts
@@ -22,8 +22,8 @@ export const isTest = env.NODE_ENV === 'test'
22
* Is this the hosted version of the application
23
*/
24
export const isHosted =
25
-getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' ||
26
-getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.staging.sim.ai'
+ getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' ||
+ getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.staging.sim.ai'
27
28
/**
29
* Is billing enforcement enabled
0 commit comments