feat(mail): center-align action button in email template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
apps/app/env.d.ts
vendored
11
apps/app/env.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user