mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
11 lines
177 B
Text
11 lines
177 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"envs": {
|
||
|
"LD_LIBRARY_PATH": "",
|
||
|
"LD_PRELOAD": "",
|
||
|
"DYLD_FALLBACK_LIBRARY_PATH": ""
|
||
|
},
|
||
|
"args": "run -A main.ts",
|
||
|
"output": "main.out"
|
||
|
}
|