diff --git a/deno.json b/deno.json index f6a1f31..c172242 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "tasks": { "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": { "@std/assert": "jsr:@std/assert@1"