Skip to main content
Go to Latest
File
import { config } from "../mod.ts";
try { const conf = await config({ restrictEnvAccessTo: ["GREETING"], });
console.log(JSON.stringify(conf, null, 2));} catch (e) { console.log((e as Error).message);}