blob: 416024f0cd5cd43751577270d56dd960765ccd9e (
plain)
1
2
3
4
5
6
7
8
9
|
{
"args": "run --quiet -A remote_npm_specifier/main.ts",
"output": "remote_npm_specifier/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}
|