SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 12 TypeScript

feat!: type auto-generation (#6657)

Types are now auto-generated by default.

You can opt-out of this behavior by setting:
```ts
buildConfig({
  // Rest of config
  typescript: {
    autoGenerate: false
  },
})
```
E
Elliot DeNolf committed
7309d474ee1a5e80fbb7b6bca4d8f5198c7e12d5
Parent: 45e8683
Committed by GitHub <noreply@github.com> on 6/10/2024, 5:42:44 PM