From 7e956c3293ed43a4816ad7facc847f044228edd6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 8 Feb 2026 23:37:05 +0100 Subject: [PATCH] chore: allow read write --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"