summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2025-01-02 11:56:54 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-01-02 11:56:54 +0000
commitac00c64ee769e0d54eb090c78eba2ce13cdb638f (patch)
tree4b74379341ba13f10dc6e73e3af054d46616b4e2
parent524c855075bb75696500445fdc31cb2c69b09627 (diff)
downloadastro-ac00c64ee769e0d54eb090c78eba2ce13cdb638f.tar.gz
astro-ac00c64ee769e0d54eb090c78eba2ce13cdb638f.tar.zst
astro-ac00c64ee769e0d54eb090c78eba2ce13cdb638f.zip
[ci] format
-rw-r--r--packages/astro/src/core/server-islands/vite-plugin-server-islands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/server-islands/vite-plugin-server-islands.ts b/packages/astro/src/core/server-islands/vite-plugin-server-islands.ts
index ddc0653fa..cd9b6d562 100644
--- a/packages/astro/src/core/server-islands/vite-plugin-server-islands.ts
+++ b/packages/astro/src/core/server-islands/vite-plugin-server-islands.ts
@@ -40,7 +40,7 @@ export function vitePluginServerIslands({ settings, logger }: AstroPluginOptions
if (!settings.adapter) {
logger.error(
'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.',
);
}