Skip to content

Commit e5d6f73

Browse files
committed
update build
1 parent febfbcb commit e5d6f73

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
@@ -9,7 +9,7 @@
99
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
1010
"manifest": "deno task cli manifest $(pwd)",
1111
"start": "deno run -A --watch=static/,routes/ --unstable-kv dev.ts",
12-
"build": "deno run -A dev.ts build",
12+
"build": "deno run -A dev.ts --unstable-kv build",
1313
"preview": "deno run -A main.ts",
1414
"update": "deno run -A -r https://fresh.deno.dev/update ."
1515
},

0 commit comments

Comments
 (0)