Fix deno startup
| @@ -6,7 +6,7 @@ import { Readable } from 'node:stream'; | ||
| 6 | 6 | import { createRequire } from 'node:module'; |
| 7 | 7 | import { Buffer } from 'node:buffer'; |
| 8 | 8 | import { promises as dnsPromise } from 'node:dns'; |
| 9 | 9 | import os from 'node:os'; |
| 10 | 10 | |
| 11 | 11 | import yaml from 'yaml'; |
| 12 | 12 | import { sync as commandExistsSync } from 'command-exists'; |