mirror of
https://github.com/denoland/deno.git
synced 2025-02-04 13:47:27 -05:00
8 lines
93 B
JSON
8 lines
93 B
JSON
|
{
|
||
|
"envs": {
|
||
|
"DENO_FUTURE": "1"
|
||
|
},
|
||
|
"args": "run main.mjs",
|
||
|
"output": "main.out"
|
||
|
}
|