diff --git a/src/compiler/lib/src/jsMain/resources/wirespec-bin.js b/src/compiler/lib/src/jsMain/resources/wirespec-bin.js index cda7e9c1..b26b38e8 100644 --- a/src/compiler/lib/src/jsMain/resources/wirespec-bin.js +++ b/src/compiler/lib/src/jsMain/resources/wirespec-bin.js @@ -1,3 +1,3 @@ #!/usr/bin/env node -const {cli} = require("./wirespec-lib.js"); +const {cli} = require("./wirespec-src-compiler-lib.js"); cli(process.argv.slice(2))