Fix All Text Input User & Admin, fix deskripsi detail break word

This commit is contained in:
2025-09-29 14:06:04 +08:00
parent 2a26db6e17
commit dbd56a1493
319 changed files with 965 additions and 817 deletions

4
types/env.d.ts vendored
View File

@@ -3,6 +3,8 @@ declare namespace NodeJS {
DATABASE_URL?: string;
WIBU_UPLOAD_DIR?: string;
NEXT_PUBLIC_BASE_URL?: string;
NEXTAUTH_SECRET?: string;
NEXTAUTH_URL?: string;
WIBU_DOWNLOAD_DIR?: string;
}
}