Fix open autorun import
| @@ -10,7 +10,7 @@ import * as net from 'node:net'; | ||
| 10 | 10 | import * as dns from 'node:dns'; |
| 11 | 11 | |
| 12 | 12 | // cli/fs related library imports |
| 13 | 13 | import * as open from 'open'; |
| 14 | 14 | import yargs from 'yargs/yargs'; |
| 15 | 15 | import { hideBin } from 'yargs/helpers'; |
| 16 | 16 | |