We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c346e6c commit 2512676Copy full SHA for 2512676
deno.json
@@ -4,8 +4,7 @@
4
"check": "deno fmt --check . && deno lint . && deno check",
5
"dev": "vite",
6
"build": "vite build",
7
- // todo(https://github.com/denoland/deno/pull/31718): remove this --allow-net
8
- "start": "deno serve -P --allow-net _fresh/server.js",
+ "start": "deno serve -P _fresh/server.js",
9
"update": "deno run -A -r jsr:@fresh/update ."
10
},
11
"test": {
0 commit comments