Skip to content

Commit

Permalink
--unstable urlを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 23, 2023
1 parent 2bd530f commit dae2047
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 @@ -3,7 +3,7 @@
"tasks": {
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
"start": "deno run -A --unstable --watch=static/,routes/ dev.ts ",
"build": "deno run -A --unstable routes/api/image.ts dev.ts build",
"build": "deno run -A --unstable https://deno.land/x/[email protected]/src/ffi.ts:54:13 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 dae2047

Please sign in to comment.