Move scripts to scripts/ and update loader paths; use remote import_map with --no-config
This commit is contained in:
parent
4322bdeb1f
commit
7f69b3e59c
4 changed files with 662 additions and 7 deletions
10
import_map.json
Normal file
10
import_map.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue