🎉 Update default port to 4321 and version to 1.0.0; add project status section in README

This commit is contained in:
Arunavo Ray
2025-05-18 09:46:03 +05:30
parent e085bed242
commit b2d62bd6d7
3 changed files with 29 additions and 4 deletions

View File

@@ -24,5 +24,5 @@ export const ENV = {
// Server host and port
HOST: process.env.HOST || "localhost",
PORT: parseInt(process.env.PORT || "3000", 10),
PORT: parseInt(process.env.PORT || "4321", 10),
};