Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ qodex.mjs
File
qodex.mjs
bin/qodex.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
import
(
'../dist/index.js'
).catch((err) => {
3
console.error(
'QodeX failed to start:'
, err.message);
4
if
(err.code ===
'ERR_MODULE_NOT_FOUND'
|| err.code ===
'MODULE_NOT_FOUND'
) {
Callers
nothing calls this directly
Calls
1
error
Method · 0.80
Tested by
no test coverage detected