mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import { env } from '@typebot.io/env'
|
|
|
|
export const isPlaneteScale = () => env.DATABASE_URL?.includes('pscale_pw')
|