We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febfbcb commit e5d6f73Copy full SHA for e5d6f73
deno.json
@@ -9,7 +9,7 @@
9
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
10
"manifest": "deno task cli manifest $(pwd)",
11
"start": "deno run -A --watch=static/,routes/ --unstable-kv dev.ts",
12
- "build": "deno run -A dev.ts build",
+ "build": "deno run -A dev.ts --unstable-kv build",
13
"preview": "deno run -A main.ts",
14
"update": "deno run -A -r https://fresh.deno.dev/update ."
15
},
0 commit comments