fix(build): commit payload-types.ts and untrack from gitignore
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:
parent
66f9a0d645
commit
1defcc13b0
2 changed files with 2139 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
2139
src/payload-types.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue