Elliot DeNolf
Elliot DeNolf
After deleting a cloud project, the user is redirected back to the Projects page. The deleted project still shows in the grid until refresh.
This file contains the imports of all existing exports from Payload 2.x. All of these should either resolve or be documented in the migration guide and breaking changes doc.
Updates create-payload-app to update an existing payload installation - Detects existing Payload installation - If not latest, will install latest and grab the `(payload)` directory structure (ripped from `templates/blank-3.0`
Add `disableErrors` to global find.
- Build blank template with packed tgz - Override all payload deps with tgz files - Run dev turbopack and verify????
### Environment Info ```text payload: 3.0.0-beta.108 next: 15.0.0-canary.160 ``` ### Describe the Bug The internal S3 client within plugin-cloud appears to have an expiring token after a certain amount of...
Placeholders should not remain after running create-payload-app
Swap out `@typescript-eslint/no-unused-vars` for [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) This allows setting the levels differently for unused imports vs. unused vars. Unused imports are now set to `error` and will autofix.