submits correctly now using variables set in the service from secrets.

This commit is contained in:
2025-12-18 23:00:43 +00:00
parent 04f6da76e7
commit 16f88f9031
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Idea and Feedback Form with PocketBase",
"type": "module",
"scripts": {
"dev": "bun run server.ts",
"dev": "PORT=7001 bun run server.ts",
"start": "bun run server.ts"
},
"dependencies": {