[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-01-27 10:43:27 +00:00 committed by GitHub
parent ce6d3c1b9e
commit 56a84a1fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,10 +39,6 @@ describe('resolveApp', () => {
},
],
"plugins": [
{
"mode": "client",
"src": "<repoRoot>/packages/nuxt/src/app/plugins/payload.client.ts",
},
{
"mode": "client",
"src": "<repoRoot>/packages/nuxt/src/app/plugins/navigation-repaint.client.ts",
@ -63,6 +59,10 @@ describe('resolveApp', () => {
"mode": "client",
"src": "<repoRoot>/packages/nuxt/src/app/plugins/chunk-reload.client.ts",
},
{
"mode": "client",
"src": "<repoRoot>/packages/nuxt/src/app/plugins/payload.client.ts",
},
{
"filename": "components.plugin.mjs",
"getContents": [Function],