3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
export const isCloudProdInstance =
|
|
typeof window !== 'undefined' && window.location.hostname === 'app.typebot.io'
|