Skip to content

Commit

Permalink
Fix Building Error with Deno Kv #19
Browse files Browse the repository at this point in the history
  • Loading branch information
m7medVision committed Jan 16, 2024
1 parent 89f61e2 commit c4c25a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
"manifest": "deno task cli manifest $(pwd)",
"start": "deno run -A --watch=static/,routes/ --unstable dev.ts",
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts",
"build": "deno run --unstable -A dev.ts build",
"preview": "deno run --unstable -A main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"lint": {
Expand Down

0 comments on commit c4c25a9

Please sign in to comment.