Update port to 3025 and configure dotenv for centralized secrets

This commit is contained in:
2025-12-31 04:14:35 +00:00
parent 821fafd990
commit f98ff8fcec
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Job-List",
"type": "module",
"scripts": {
"dev": "PORT=5500 bun run server.ts",
"dev": "PORT=3025 bun run server.ts",
"start": "bun run server.ts"
},
"dependencies": {