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
2020
2121## Adders
2222
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:
2424- prettier (formatting)
2525- eslint (linting)
2626- 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
105105<div class =" ts-block " >
106106
107107``` dts
108- function getRequestEvent(): RequestEvent<
109- AppLayoutParams<'/'>,
110- any
111- >;
108+ function getRequestEvent(): RequestEvent;
112109```
113110
114111</div >
You can’t perform that action at this time.
0 commit comments