feat(mail): center-align action button in email template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 00:49:41 +02:00
parent 172a6a12d3
commit ef195a6777
14 changed files with 336 additions and 141 deletions

11
apps/app/env.d.ts vendored
View File

@@ -1,4 +1,15 @@
import 'vue-router'
interface ImportMetaEnv {
readonly VITE_API_URL: string
readonly VITE_APP_NAME: string
readonly VITE_PORTAL_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare module 'vue-router' {
interface RouteMeta {
action?: string