Fix Seeder Image, Menu Landing Page - Desa

This commit is contained in:
2026-01-30 15:55:05 +08:00
parent c2ad515366
commit f0425cfc47
61 changed files with 4533 additions and 5162 deletions

7
types/env.d.ts vendored
View File

@@ -1,10 +1,15 @@
declare namespace NodeJS {
interface ProcessEnv {
DATABASE_URL?: string;
SEAFILE_TOKEN?: string;
SEAFILE_REPO_ID?: string;
WIBU_UPLOAD_DIR?: string;
WIBU_DOWNLOAD_DIR?: string;
EMAIL_USER?: string;
EMAIL_PASS?: string;
NEXT_PUBLIC_BASE_URL?: string;
NEXTAUTH_SECRET?: string;
NEXTAUTH_URL?: string;
WIBU_DOWNLOAD_DIR?: string;
SEAFILE_URL?: string;
}
}