Add import_map.json and use it for remote script execution
This commit is contained in:
parent
df5df0ea92
commit
8ae1d52f8c
2 changed files with 15 additions and 1 deletions
7
import_map.json
Normal file
7
import_map.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue