fix: resolve admin white screen via static ChatWindowProvider import
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🏗️ Build (push) Failing after 6m58s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

- Statically declare ChatWindowProvider in payload.config.ts admin.components.providers
- Regenerate importMap.js with correct component mappings
- Update Dockerfile to support _at-mintel monorepo sync for local builds
- Add .gitignore entries for manual build artifacts
- Update blocks and collections (payload-ai integration updates)
- Sync pnpm-lock.yaml
This commit is contained in:
2026-03-07 11:47:52 +01:00
parent c81dae0b7b
commit 11f735bbdf
47 changed files with 119 additions and 97 deletions

View File

@@ -28,7 +28,7 @@ export const MemeCardBlock: MintelBlock = {
"The template ID from memegen.link (e.g. 'drake', 'disastergirl')",
components: {
afterInput: [
"@mintel/payload-ai/components/AiFieldButton#AiFieldButton",
"@mintel/payload-ai/components/FieldGenerators/AiFieldButton#AiFieldButton",
],
},
},
@@ -42,7 +42,7 @@ export const MemeCardBlock: MintelBlock = {
"Pipe-separated captions for the meme (e.g. 'Legacy Code|Mintel Stack'). Maximum 6 words per line.",
components: {
afterInput: [
"@mintel/payload-ai/components/AiFieldButton#AiFieldButton",
"@mintel/payload-ai/components/FieldGenerators/AiFieldButton#AiFieldButton",
],
},
},