Fix open autorun import

478976f6479c733d5f43d636901129948981aa90

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
server.js+1 -1
@@ -10,7 +10,7 @@ import * as net from 'node:net';
10import * as dns from 'node:dns';10import * as dns from 'node:dns';
1111
12// cli/fs related library imports12// cli/fs related library imports
13import * as open from 'open';13import open from 'open';
14import yargs from 'yargs/yargs';14import yargs from 'yargs/yargs';
15import { hideBin } from 'yargs/helpers';15import { hideBin } from 'yargs/helpers';
1616