chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-26 16:18:38 +02:00
commit 6f73dd63b5
202 changed files with 9060 additions and 0 deletions

16
emails/theme.json Normal file
View File

@@ -0,0 +1,16 @@
{
"appName": "Pikku Starter",
"fonts": {
"body": "Inter, Arial, sans-serif"
},
"colors": {
"canvas": "#0b1020",
"surface": "#11182d",
"border": "#263252",
"text": "#f7f8fb",
"muted": "#a8b0c5",
"accent": "#7dd3fc",
"button": "#f59e0b",
"buttonText": "#111827"
}
}