// 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 }; } }