From 9472ff607aefb1fd299dacb0dc065b33dbc07232 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 11 Feb 2026 14:55:03 -0500 Subject: [PATCH] get the preview to deploy, hopefully --- documentation/docs/05-special-elements/01-svelte-boundary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/05-special-elements/01-svelte-boundary.md b/documentation/docs/05-special-elements/01-svelte-boundary.md index 3d38391b65..e1ad00a50b 100644 --- a/documentation/docs/05-special-elements/01-svelte-boundary.md +++ b/documentation/docs/05-special-elements/01-svelte-boundary.md @@ -114,6 +114,7 @@ Since 5.51 you can control this behaviour for boundaries with a `failed` snippet The `transformError` function must return a JSON-stringifiable object which will be used to render the `failed` snippet. This object will be serialized and used to hydrate the snippet in the browser: ```js +// @errors: 1005 import { render } from 'svelte/server'; import App from './App.svelte';