mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(ishosted): make ishosted true on staging (#993)
* Add staging to ishosted * www
This commit is contained in:
committed by
GitHub
parent
16aaa37dad
commit
bab74307f4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user