Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Feb 13, 2025
1 parent ee6d2cc commit d79ee8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1821,8 +1821,9 @@ export const UnknownError = { name: 'UnknownError', title: 'Unknown Error.' } sa
*/
export const SessionWithoutSupportedAdapterOutputError = {
name: 'SessionWithoutSupportedAdapterOutputError',
title: 'Sessions cannot be used with an adapter that doesn\'t support server output.',
message: 'Sessions require an adapter that supports server output. The adapter must set `"server"` in the `buildOutput` adapter feature.',
title: "Sessions cannot be used with an adapter that doesn't support server output.",
message:
'Sessions require an adapter that supports server output. The adapter must set `"server"` in the `buildOutput` adapter feature.',
hint: 'Ensure your adapter supports `buildOutput: "server"`: https://docs.astro.build/en/reference/adapter-reference/#building-an-adapter',
} satisfies ErrorData;

Expand Down

0 comments on commit d79ee8c

Please sign in to comment.