mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 19:09:45 +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
|
||||
async function startServer() {
|
||||
|
||||
Reference in New Issue
Block a user