mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 01:42:43 -05:00
Fix spacing
This commit is contained in:
@@ -21,7 +21,7 @@ export const isTest = env.NODE_ENV === 'test'
|
|||||||
/**
|
/**
|
||||||
* Is this the hosted version of the application
|
* Is this the hosted version of the application
|
||||||
*/
|
*/
|
||||||
export const isHosted =
|
export const isHosted =
|
||||||
getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' ||
|
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.staging.sim.ai'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user