payload is working! must use webpack

This commit is contained in:
2026-03-26 15:52:28 -05:00
parent 13b8b36c4c
commit 0d83380251
32 changed files with 1182 additions and 18330 deletions

View File

@@ -5,7 +5,8 @@
"jsx": "preserve",
"types": ["node"],
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@payload-config": ["./src/payload.config.ts"]
},
"plugins": [{ "name": "next" }]
},