feat: redeploy from admin panel
This commit is contained in:
parent
cd564c4856
commit
6d7f022230
3 changed files with 63 additions and 0 deletions
9
apps/blog/src/env.d.ts
vendored
9
apps/blog/src/env.d.ts
vendored
|
|
@ -1 +1,10 @@
|
|||
/// <reference types="astro/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VERCEL_DEPLOY_HOOK: string;
|
||||
readonly ADMIN_GITHUB_ID: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue