feat: redeploy from admin panel

This commit is contained in:
Lewis Wynne 2026-01-23 05:19:20 +00:00
parent cd564c4856
commit 6d7f022230
3 changed files with 63 additions and 0 deletions

View file

@ -1 +1,10 @@
/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly VERCEL_DEPLOY_HOOK: string;
readonly ADMIN_GITHUB_ID: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}