Update port to 3025 and configure dotenv for centralized secrets
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user