File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
apps/svelte.dev/content/docs/kit Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You will also need to use a preprocessor if you're using TypeScript with Svelte
20
20
21
21
## Adders
22
22
23
- Run ` npx sv add ` to setup many different complex integrations with a single command including:
23
+ Run [ ` npx sv add ` ] ( /docs/cli/sv-add ) to setup many different complex integrations with a single command including:
24
24
- prettier (formatting)
25
25
- eslint (linting)
26
26
- vitest (unit testing)
Original file line number Diff line number Diff line change @@ -105,10 +105,7 @@ In environments without [`AsyncLocalStorage`](https://nodejs.org/api/async_conte
105
105
<div class =" ts-block " >
106
106
107
107
``` dts
108
- function getRequestEvent(): RequestEvent<
109
- AppLayoutParams<'/'>,
110
- any
111
- >;
108
+ function getRequestEvent(): RequestEvent;
112
109
```
113
110
114
111
</div >
You can’t perform that action at this time.
0 commit comments