feat(api): add SRS Cloudflare Worker with email digest, charts, and D1 integration

This commit is contained in:
Prad Nukala
2026-08-25 11:19:19 -04:00
parent f551878961
commit a3431da300
21 changed files with 3166 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "srs-api",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev --test-scheduled",
"deploy": "wrangler deploy",
"types": "wrangler types",
"test": "bun test src"
},
"devDependencies": {
"@types/react": "^19.2.18",
"wrangler": "^4.125.0"
},
"dependencies": {
"@react-email/components": "^1.0.12",
"@react-email/render": "^2.1.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
}
}