fix(core): fix sites unable to start/build without a static dir (#10225)

This commit is contained in:
Sébastien Lorber 2024-06-17 18:29:38 +02:00 committed by GitHub
parent 71ba685903
commit 904b96c629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ async function createBaseClientConfig({
name: 'Client',
}),
await createStaticDirectoriesCopyPlugin({props}),
],
].filter(Boolean),
});
}