chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 15:19:06 +02:00
commit ec5a2c0be6
202 changed files with 9063 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"
}
}