Skip to content

Commit 25400b8

Browse files
committed
Update deno.json
1 parent 7b5b2ca commit 25400b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ok": "deno fmt --check && deno lint && deno check",
44
"dev": "deno run -A --env --watch=static/,routes/ dev.ts",
55
"build": "deno run -A dev.ts build",
6-
"start": "deno run -A main.ts",
6+
"preview": "deno serve -A _fresh/server.js",
77
"update": "deno run -A -r jsr:@fresh/update ."
88
},
99
"lint": {

0 commit comments

Comments
 (0)