Fix open autorun import

478976f6479c733d5f43d636901129948981aa90

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

1 files changed, +1 -1Showing whitespace changes
server.js+1 -1
@@ -10,7 +10,7 @@ import * as net from 'node:net';
1010import * as dns from 'node:dns';
1111
1212// cli/fs related library imports
1313import * as open from 'open';
1414import yargs from 'yargs/yargs';
1515import { hideBin } from 'yargs/helpers';
1616