@webhare/env
provides access to basic WebHare configuration and debugflags. It is separated to allow use in code shared between frontend and backend.
You would generally import this package this way:
import { debugFlags, isLive, dtapStage } from "@webhare/env";
The source code for @webhare/env is part of the WebHare Platform