video.cerulea.blue/client/_env.ts
2026-01-11 23:33:05 +00:00

8 lines
213 B
TypeScript

// dw kitten, esbuild handles this
import env from "build-system-env";
Object.assign(import.meta, { env });
declare global {
interface ImportMeta {
readonly env: { [key: string]: string | undefined };
}
}