0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2025-01-02 11:56:54 +00:00 committed by astrobot-houston
parent 524c855075
commit ac00c64ee7

View file

@ -40,7 +40,7 @@ export function vitePluginServerIslands({ settings, logger }: AstroPluginOptions
if (!settings.adapter) { if (!settings.adapter) {
logger.error( logger.error(
'islands', 'islands',
"You tried to render a server island without an adapter added to your project. An adapter is required to use the `server:defer` attribute on any component. Your project will fail to build unless you add an adapter or remove the attribute.", 'You tried to render a server island without an adapter added to your project. An adapter is required to use the `server:defer` attribute on any component. Your project will fail to build unless you add an adapter or remove the attribute.',
); );
} }