mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
8a7fe93559
* all * change tagline * all * all * all
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { BROWSER } from 'esm-env'
|
|
|
|
export function isCloudHosted(): boolean {
|
|
return BROWSER && window.location.hostname == 'app.windmill.dev'
|
|
}
|