Skip to content

Commit

Permalink
細かい修正
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 23, 2023
1 parent 2503ae1 commit be7b1ba
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 dev.ts build",
"build": "deno run -A --unstable ./routes/api/image.ts dev.ts build",
"preview": "deno run -A main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
Expand Down

1 comment on commit be7b1ba

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on be7b1ba Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: Cannot load dynamic library because --unstable flag was not set
    at https://deno.land/x/[email protected]/src/ffi.ts:54:13

Please sign in to comment.