mise ~/.config/mise/config.toml tools: crush@0.91.0

feat(api): add React Email rendering and PNG heatmap endpoint
This commit is contained in:
Prad Nukala
2026-08-25 10:33:04 -04:00
parent 6b9a259ec7
commit 881530a808
8 changed files with 1058 additions and 168 deletions
+7
View File
@@ -9,6 +9,13 @@
"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"
}
}