docs: 📝 Update env var and write Configuration doc
This commit is contained in:
@ -135,3 +135,6 @@ export const timeSince = (date: string) => {
|
||||
}
|
||||
return Math.floor(seconds) + ' seconds'
|
||||
}
|
||||
|
||||
export const isCloudProdInstance = () =>
|
||||
window.location.hostname === 'app.typebot.io'
|
||||
|
Reference in New Issue
Block a user