- use react 19 types - no need for dotenv - next has their own dotenv file loader - disable deprecation warnings by default (newer node version spam you with it) - disable turbo by default as hmr is broken and we cannot test against it yet - remove ts-node mention in tsconfig as it's not used anymore - remove unused packages - [fix: potential seed issues due to parallel payload operations being on the same transaction](f899f6a408) andb3b565dd75@DanRibbens can you sense-check this? I do remember that anything running in parallel should never be on the same transaction --------- Co-authored-by: Paul Popus <paul@nouance.io>
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
build
|
|
dist / media
|
|
node_modules
|
|
.DS_Store
|
|
.env
|
|
.next
|
|
.vercel
|
|
|
|
# Payload default media upload directory
|
|
public/media/
|