Add file preloading, branded file icons, instant card clicks, and live reload dev mode

This commit is contained in:
2025-12-22 22:06:51 +00:00
parent 94e5079a60
commit 611bccbc51
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -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}`);