@pixelbyte-software/pixcode 1.53.9 → 1.53.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelbyte-software/pixcode",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.10",
|
|
4
4
|
"description": "Self-hosted AI coding agent control room for Claude Code, Cursor CLI, OpenAI Codex, Gemini CLI, Qwen Code, and OpenCode with chat, files, shell, Git, orchestration, API keys, Telegram, MCP, plugins, themes, and desktop/server deployment.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist-server/server/index.js",
|
package/server/index.js
CHANGED
|
@@ -1700,7 +1700,7 @@ if (monacoAssetsPath) {
|
|
|
1700
1700
|
},
|
|
1701
1701
|
}));
|
|
1702
1702
|
} else {
|
|
1703
|
-
console.
|
|
1703
|
+
console.log('[monaco] Local Monaco assets not found; code editor loader may fail.');
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
1706
|
app.use(express.static(path.join(APP_ROOT, 'dist'), {
|