Enable deno unstable

This commit is contained in:
Alex Gleason 2023-05-03 21:54:07 -05:00
parent e3dca47241
commit 6775f68606
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{
"deno.enable": true,
"path-intellisense.extensionOnImport": true
"path-intellisense.extensionOnImport": true,
"deno.unstable": true
}

View File

@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"dev": "deno run --allow-read --allow-env --allow-net --allow-ffi --watch src/server.ts",
"dev": "deno run --allow-read --allow-env --allow-net --allow-ffi --unstable --watch src/server.ts",
"test": "deno test"
},
"imports": {