fix(build): commit payload-types.ts and untrack from gitignore
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

payload-types.ts was gitignored so Docker builder had no file to compile
against — caused TS2307 "Cannot find module @/payload-types" in production
build. Regenerated types from current schema and removed from .gitignore
so it is always available in the build context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-15 18:39:01 +01:00
parent 66f9a0d645
commit 1defcc13b0
2 changed files with 2139 additions and 1 deletions

1
.gitignore vendored
View file

@ -28,7 +28,6 @@ Thumbs.db
out/
# Payload generated
src/payload-types.ts
src/generated-schema.graphql
# Build

2139
src/payload-types.ts Normal file

File diff suppressed because it is too large Load diff