signing petition through fetch request instead of direct db connection

This commit is contained in:
John Costa
2025-11-10 21:23:09 +00:00
parent 42e4abf438
commit 2a563bbd7a
10 changed files with 131 additions and 14 deletions

View File

@@ -16,6 +16,7 @@
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"pg": "^8.16.3",
"zod": "^4.1.12"
"zod": "^4.1.12",
"types": "workspace:*"
}
}