import { env } from "./env.ts"; export type USER = typeof USER; export const USER = env.USER ?? env.USERNAME ?? "unknown";