Skip to content

Commit

Permalink
Update deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarxz authored Oct 29, 2024
1 parent 0dba675 commit e70cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
"manifest": "deno task cli manifest $(pwd)",
"start": "deno run --unstable-kv -A --watch=static/,routes/ dev.ts",
"build": "deno run --A --unstable-kv dev.ts build",
"build": "deno run --unstable-kv -A dev.ts build",
"preview": "deno run -A main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
Expand Down

0 comments on commit e70cb90

Please sign in to comment.