Skip to content

Commit

Permalink
don't require a ca-certificate for dev task
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Dec 6, 2024
1 parent 8df723c commit 3492bc5
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 @@ -11,7 +11,7 @@
"cache:reload": "deno cache --reload ./src/main.ts ./src/db/schema.ts",
"db:generate": "deno run -A --node-modules-dir npm:drizzle-kit generate",
"db:generate:key": "deno run ./src/db/generateKey.ts",
"dev": "deno run --env --allow-net --allow-env --allow-read --allow-write --cert ./ca-certificate.crt --watch src/main.ts",
"dev": "deno run --env --allow-net --allow-env --allow-read --allow-write --watch src/main.ts",
"start": "deno run --allow-net --allow-env --allow-read --allow-write --cert ./ca-certificate.crt src/main.ts",
"test": "deno test --env --allow-env"
},
Expand Down

0 comments on commit 3492bc5

Please sign in to comment.