From 7b676bab1c77a8ceccc89d8bacffeb37fb19b4c9 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Tue, 30 Dec 2025 20:00:26 +0100 Subject: [PATCH] build: fixed issue with path mapping --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 9cc9bcc..1f308d0 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "lint": "deno x oxlint --fix" }, "imports": { - "~": "./", + "~/": "./", "ofetch": "npm:ofetch@^1.5.1" },