This commit is contained in:
Siddharth Ganesan
2026-02-09 13:16:26 -08:00
parent dba4e61a35
commit b14e844868

View File

@@ -22,8 +22,8 @@ export const isTest = env.NODE_ENV === 'test'
* Is this the hosted version of the application
*/
export const isHosted =
getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' ||
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'
/**
* Is billing enforcement enabled