We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5b2ca commit 25400b8Copy full SHA for 25400b8
deno.json
@@ -3,7 +3,7 @@
3
"ok": "deno fmt --check && deno lint && deno check",
4
"dev": "deno run -A --env --watch=static/,routes/ dev.ts",
5
"build": "deno run -A dev.ts build",
6
- "start": "deno run -A main.ts",
+ "preview": "deno serve -A _fresh/server.js",
7
"update": "deno run -A -r jsr:@fresh/update ."
8
},
9
"lint": {
0 commit comments