Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You will also need to use a preprocessor if you're using TypeScript with Svelte

## Adders

Run `npx sv add` to setup many different complex integrations with a single command including:
Run [`npx sv add`](/docs/cli/sv-add) to setup many different complex integrations with a single command including:
- prettier (formatting)
- eslint (linting)
- vitest (unit testing)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ In environments without [`AsyncLocalStorage`](https://nodejs.org/api/async_conte
<div class="ts-block">

```dts
function getRequestEvent(): RequestEvent<
AppLayoutParams<'/'>,
any
>;
function getRequestEvent(): RequestEvent;
```

</div>
Expand Down