fix(ishosted): make ishosted true on staging (#993)

* Add staging to ishosted

* www
This commit is contained in:
Siddharth Ganesan
2025-08-15 18:36:32 -07:00
committed by GitHub
parent 16aaa37dad
commit bab74307f4

View File

@@ -21,7 +21,9 @@ export const isTest = env.NODE_ENV === 'test'
/**
* Is this the hosted version of the application
*/
export const isHosted = env.NEXT_PUBLIC_APP_URL === 'https://www.sim.ai'
export const isHosted =
env.NEXT_PUBLIC_APP_URL === 'https://www.sim.ai' ||
env.NEXT_PUBLIC_APP_URL === 'https://www.staging.sim.ai'
/**
* Is billing enforcement enabled