diff --git a/bin/gamedig.js b/bin/gamedig.js index cbc995b..874d4bf 100644 --- a/bin/gamedig.js +++ b/bin/gamedig.js @@ -3,7 +3,7 @@ import * as process from "node:process"; import Minimist from 'minimist' -import GameDig from './../lib/index.js' +import { GameDig } from './../lib/index.js' const argv = Minimist(process.argv.slice(2), { boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules'],