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