Skip to content

Commit 2512676

Browse files
committed
bump
1 parent c346e6c commit 2512676

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"check": "deno fmt --check . && deno lint . && deno check",
55
"dev": "vite",
66
"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",
7+
"start": "deno serve -P _fresh/server.js",
98
"update": "deno run -A -r jsr:@fresh/update ."
109
},
1110
"test": {

0 commit comments

Comments
 (0)