Add file preloading, branded file icons, instant card clicks, and live reload dev mode
This commit is contained in:
@@ -219,6 +219,7 @@ app.onError((err, c) => {
|
||||
return c.text('Internal Server Error', 500);
|
||||
});
|
||||
|
||||
// Default to 3003; can be overridden by Environment=PORT
|
||||
const PORT = Number(process.env.PORT || 3003);
|
||||
|
||||
logLine('logs/server.log', `Starting frontend server on port ${PORT}`);
|
||||
|
||||
Reference in New Issue
Block a user