export function isRunningLocally()

in src/lib/stage.ts [1:3]


export function isRunningLocally(): boolean {
	return process.env.Stage === 'DEV';
}