blob: 822acbbe4e17d46bf09e81bdf8739938f08a19b5 (
plain)
1
2
3
4
5
6
7
8
|
{
"args": "run --allow-read --allow-env --import-map import_map/import_map.json import_map/main.js",
"output": "import_map/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
}
|