Skip to content

Commit

Permalink
bug: load .env for init:stripe task (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
azohra authored Dec 25, 2023
1 parent a751490 commit e3385a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"init:stripe": "deno run --allow-read --allow-env --allow-net tasks/init_stripe.ts",
"init:stripe": "deno run --allow-read --allow-env --allow-net --env tasks/init_stripe.ts",
"db:dump": "deno run --allow-read --allow-env --unstable tasks/db_dump.ts",
"db:restore": "deno run --allow-read --allow-env --unstable tasks/db_restore.ts",
"db:seed": "deno run --allow-read --allow-env --allow-net --unstable tasks/db_seed.ts",
Expand Down

0 comments on commit e3385a8

Please sign in to comment.