mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-11 14:29:38 +00:00
fix(server): change default PORT from 3000 to 3001
This commit is contained in:
@@ -982,7 +982,7 @@ async function getFileTree(dirPath, maxDepth = 3, currentDepth = 0, showHidden =
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 3001;
|
||||||
|
|
||||||
// Initialize database and start server
|
// Initialize database and start server
|
||||||
async function startServer() {
|
async function startServer() {
|
||||||
|
|||||||
Reference in New Issue
Block a user