build: fixed issue with path mapping

This commit is contained in:
oxypomme
2025-12-30 20:00:26 +01:00
parent cdc49986c4
commit 7b676bab1c

View File

@@ -6,7 +6,7 @@
"lint": "deno x oxlint --fix" "lint": "deno x oxlint --fix"
}, },
"imports": { "imports": {
"~": "./", "~/": "./",
"ofetch": "npm:ofetch@^1.5.1" "ofetch": "npm:ofetch@^1.5.1"
}, },