Use deno.json and deno.lock instead of import_map.json

This commit is contained in:
Karolis2011 2025-11-29 23:30:56 +02:00
parent 8ae1d52f8c
commit c064e2ded8
2 changed files with 6 additions and 11 deletions

View file

@ -1,7 +0,0 @@
{
"imports": {
"@std/cli": "jsr:@std/cli@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/path": "jsr:@std/path@^1.0.0"
}
}