Fix deno startup

This commit is contained in:
Cohee
2025-02-26 20:53:17 +02:00
parent 7c7de3d965
commit 02ab882e63

View File

@@ -6,7 +6,7 @@ import { Readable } from 'node:stream';
import { createRequire } from 'node:module'; import { createRequire } from 'node:module';
import { Buffer } from 'node:buffer'; import { Buffer } from 'node:buffer';
import { promises as dnsPromise } from 'node:dns'; import { promises as dnsPromise } from 'node:dns';
import os from 'os'; import os from 'node:os';
import yaml from 'yaml'; import yaml from 'yaml';
import { sync as commandExistsSync } from 'command-exists'; import { sync as commandExistsSync } from 'command-exists';