Add --allow-ffi flag for lmdb

This commit is contained in:
Alex Gleason 2023-04-10 18:18:39 -05:00
parent c3b8ad1c28
commit c26a424430
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"lock": false, "lock": false,
"tasks": { "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" "test": "deno test"
}, },
"imports": { "imports": {