We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fdcac commit a6b066bCopy full SHA for a6b066b
1 file changed
packages/opencode/script/build.ts
@@ -98,7 +98,7 @@ for (const item of targets) {
98
console.log(`building ${name}`)
99
await $`mkdir -p dist/${name}/bin`
100
101
- const parserWorker = fs.realpathSync(path.resolve(dir, "../../node_modules/@opentui/core/parser.worker.js"))
+ const parserWorker = fs.realpathSync(path.resolve(dir, "./node_modules/@opentui/core/parser.worker.js"))
102
const workerPath = "./src/cli/cmd/tui/worker.ts"
103
104
await Bun.build({
0 commit comments