Skip to content

Commit

Permalink
update to work with ubuntu deno
Browse files Browse the repository at this point in the history
  • Loading branch information
dankoster committed Oct 30, 2024
1 parent 444fe32 commit ff8e5db
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 @@ -14,7 +14,7 @@
"tasks": {
"watch": "deno run --allow-read --allow-write --allow-ffi --allow-run --allow-sys --allow-env --env --node-modules-dir npm:vite build --watch",
"buildAndServe": "deno task build && deno task serve",
"serve": "deno run --allow-read=$PWD,$HOME/Library/Caches/deno/plug,'./dist',./cert,/etc/letsencrypt/live/chatmux.com --allow-env --allow-ffi --env --allow-net --watch ./server/server.ts",
"serve": "deno run --allow-read=$PWD,$HOME/Library/Caches/deno/plug,/root/.cache/deno/plug,'./dist',./cert,/etc/letsencrypt/live/chatmux.com --allow-env --allow-ffi --env --allow-net --watch ./server/server.ts",
"vite": "deno run -A --allow-read=$PWD,'./dist',./cert,/etc/letsencrypt/live/chatmux.com --node-modules-dir npm:vite --host",
"build": "deno run -A --node-modules-dir npm:vite build",
"preview": "deno run -A --unstable --node-modules-dir npm:vite preview"
Expand Down

1 comment on commit ff8e5db

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on ff8e5db Oct 30, 2024

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: Failed to load SQLite3 Dynamic Library
    at https://jsr.io/@db/sqlite/0.12.0/src/ffi.ts:633:9

Please sign in to comment.