mirror of
https://github.com/denoland/deno.git
synced 2024-12-20 06:15:44 -05:00
8 lines
92 B
Text
8 lines
92 B
Text
|
{
|
||
|
"args": "run main.js",
|
||
|
"output": "main.out",
|
||
|
"envs": {
|
||
|
"DENO_FUTURE": "1"
|
||
|
}
|
||
|
}
|