Skip to content

Commit

Permalink
Allow empty environment variable values (#24)
Browse files Browse the repository at this point in the history
* toggle allowEmptyValues

* Update env.ts
  • Loading branch information
EthanThatOneKid authored Sep 6, 2023
1 parent a398ada commit 54fcf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/dailies/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
DENOFLARE_VERSION_TAG,
} from "lc-dailies/lib/denoflare/mod.ts";

await load({ export: true });
await load({ export: true, examplePath: null });

const CF_ACCOUNT_ID = Deno.env.get("CF_ACCOUNT_ID")!;
const CF_API_TOKEN = Deno.env.get("CF_API_TOKEN")!;
Expand Down

0 comments on commit 54fcf13

Please sign in to comment.