Update port to 3030 and configure dotenv for centralized secrets

This commit is contained in:
2025-12-31 04:38:45 +00:00
parent da23cc8e3a
commit fc155cac76
4 changed files with 6 additions and 37 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Prism Notes: PocketBase + Microsoft Graph OAuth capture app",
"type": "module",
"scripts": {
"dev": "bun run --watch server.ts",
"dev": "PORT=3030 bun run --watch server.ts",
"start": "bun run server.ts"
},
"dependencies": {