Move scripts to scripts/ and update loader paths; use remote import_map with --no-config

This commit is contained in:
Karolis2011 2025-11-29 23:48:28 +02:00
parent 4322bdeb1f
commit 7f69b3e59c
4 changed files with 662 additions and 7 deletions

10
import_map.json Normal file
View file

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