Skip to content

Commit

Permalink
fix: allow env for FALLBACK_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Dec 13, 2023
1 parent ff24ad2 commit 6db4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"start": "deno run --watch --env --allow-env=GA4_MEASUREMENT_ID --allow-net --unstable main.ts"
"start": "deno run --watch --env --allow-env=GA4_MEASUREMENT_ID,FALLBACK_URL --allow-net --unstable main.ts"
},
"imports": {
"fp-ts": "npm:fp-ts",
Expand Down

0 comments on commit 6db4a28

Please sign in to comment.