Skip to content

Commit ba628a0

Browse files
build: update local command path in opencode.json
Change the path from index.mjs to dist/index.js to reflect the new build output location
1 parent 3e80e8c commit ba628a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "local",
3131
"command": [
3232
"node",
33-
"/Users/bytedance/dev/codex/codex-mcp-manager/index.mjs"
33+
"/Users/bytedance/dev/codex/codex-mcp-manager/dist/index.js"
3434
]
3535
}
3636
}

0 commit comments

Comments
 (0)