fix(prisma): regenerate Prisma client to resolve TypeScript type errors

- Regenerate Prisma client to fix missing GetPayload types
- Resolve RespondenGetPayload, JenisKelaminRespondenGetPayload errors
- Resolve PilihanRatingRespondenGetPayload and UmurRespondenGetPayload errors
- Add initial migration files
- Update bun lockfile

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-06 12:08:49 +08:00
parent e73798a0f2
commit 8b19abc628
7 changed files with 3017 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ WORKDIR /app
COPY package.json bun.lock* ./
# Install dependencies
RUN bun install --frozen-lockfile
# RUN bun install --frozen-lockfile
RUN bun install --no-save
# Copy the rest of the application code
COPY . .