Skip to content

Commit e729984

Browse files
committed
add error annotation pending rewrite in #14203
1 parent 16a85b3 commit e729984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/25-build-and-deploy/80-adapter-netlify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ During compilation, redirect rules are automatically appended to your `_redirect
9696
With this adapter, SvelteKit endpoints are hosted as [Netlify Functions](https://docs.netlify.com/functions/overview/). Netlify function handlers have additional context, including [Netlify Identity](https://docs.netlify.com/visitor-access/identity/) information. You can access this context via the `event.platform.context` field inside your hooks and `+page.server` or `+layout.server` endpoints. These are [serverless functions](https://docs.netlify.com/functions/overview/) when the `edge` property is `false` in the adapter config or [edge functions](https://docs.netlify.com/edge-functions/overview/#app) when it is `true`.
9797

9898
```js
99+
// @errors: 2339
99100
// @filename: ambient.d.ts
100101
/// <reference types="@sveltejs/adapter-netlify" />
101102
// @filename: +page.server.js

0 commit comments

Comments
 (0)