1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "steps": [ { // Notice `--unstable-*` flags are not needed anymore "args": "run -A main.js", "output": "main.out", "envs": { "DENO_FUTURE": "1" } }, { // Notice `--unstable-*` flags are not needed anymore "args": "run -A worker.js", "output": "main.out", "envs": { "DENO_FUTURE": "1" } } ] }