mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add --allow-ffi flag for lmdb
This commit is contained in:
parent
c3b8ad1c28
commit
c26a424430
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"lock": false,
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-read --allow-env --allow-net --watch src/server.ts",
|
||||
"dev": "deno run --allow-read --allow-env --allow-net --allow-ffi --watch src/server.ts",
|
||||
"test": "deno test"
|
||||
},
|
||||
"imports": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue