export function isProd()

in src/lib/stage.ts [5:7]


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