Skip to content

Commit

Permalink
fix: do not require .env file on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Dec 4, 2023
1 parent 3d87652 commit 78fd51e
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
Expand Up @@ -4,7 +4,7 @@
"tasks": {
"start": "deno run --env -A --unstable --watch=static/,routes/ dev.ts",
"update": "deno run --env -A -r https://fresh.deno.dev/update .",
"build": "deno run --env -A --unstable dev.ts build",
"build": "deno run -A --unstable dev.ts build",
"preview": "deno run --env -A --unstable main.ts"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
Expand Down

0 comments on commit 78fd51e

Please sign in to comment.