chore: allow read write
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": "deno run --watch --allow-net --allow-read --allow-write main.ts",
|
"dev": "deno run --watch --allow-net --allow-read --allow-write main.ts",
|
||||||
"migrate": "deno run src/migrations/init.ts"
|
"migrate": "deno run --allow-read --allow-write src/migrations/init.ts"
|
||||||
},
|
},
|
||||||
"imports": {
|
"imports": {
|
||||||
"@std/assert": "jsr:@std/assert@1"
|
"@std/assert": "jsr:@std/assert@1"
|
||||||
|
|||||||
Reference in New Issue
Block a user