acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
2 stars 0 forks source link

Fix dotenv error in production #23

Closed EthanThatOneKid closed 10 months ago

EthanThatOneKid commented 10 months ago

Make sure to add them to your env file.

If you expect any of these variables to be empty, you can set the allowEmptyValues option to true. throw new MissingEnvVarsError( ^ at assertSafe (https://deno.land/std@0.201.0/dotenv/mod.ts:417:11) at load (https://deno.land/std@0.201.0/dotenv/mod.ts:336:5) at eventLoopTick (ext:core/01_core.js:183:11) at async file:///home/runner/work/lc-dailies/lc-dailies/cf/dailies/env.ts:7:1 Error: Process completed with exit code 1.