Skip to content
Merged
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
40 changes: 20 additions & 20 deletions apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ Whether to enable the experimental forked preloading feature using Svelte's fork

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead

</div>

Expand All @@ -541,13 +541,13 @@ src?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src"`
- <span class="tag since">available since</span> v2.28

</div>

the location of your source code
The location of your source code.

</div>
</div>
Expand All @@ -562,12 +562,12 @@ assets?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"static"`

</div>

a place to put static files that should have stable URLs and undergo no processing, such as `favicon.ico` or `manifest.json`
A place to put static files that should have stable URLs and undergo no processing, such as `favicon.ico` or `manifest.json`.

</div>
</div>
Expand All @@ -591,7 +591,7 @@ client?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/hooks.client"`

</div>
Expand All @@ -611,7 +611,7 @@ server?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/hooks.server"`

</div>
Expand All @@ -631,7 +631,7 @@ universal?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/hooks"`
- <span class="tag since">available since</span> v2.3.0

Expand All @@ -655,12 +655,12 @@ lib?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/lib"`

</div>

your app's internal library, accessible throughout the codebase as `$lib`
Your app's internal library, accessible throughout the codebase as `$lib`.

</div>
</div>
Expand All @@ -675,12 +675,12 @@ params?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/params"`

</div>

a directory containing [parameter matchers](/docs/kit/advanced-routing#Matching)
A directory containing [parameter matchers](/docs/kit/advanced-routing#Matching).

</div>
</div>
Expand All @@ -695,12 +695,12 @@ routes?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/routes"`

</div>

the files that define the structure of your app (see [Routing](/docs/kit/routing))
The files that define the structure of your app (see [Routing](/docs/kit/routing)).

</div>
</div>
Expand All @@ -715,12 +715,12 @@ serviceWorker?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/service-worker"`

</div>

the location of your service worker's entry point (see [Service workers](/docs/kit/service-workers))
The location of your service worker's entry point (see [Service workers](/docs/kit/service-workers)).

</div>
</div>
Expand All @@ -735,12 +735,12 @@ appTemplate?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/app.html"`

</div>

the location of the template for HTML responses
The location of the template for HTML responses.

</div>
</div>
Expand All @@ -755,12 +755,12 @@ errorTemplate?: string;

<div class="ts-block-property-bullets">

- <span class="tag deprecated">deprecated</span>
- <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
- <span class="tag">default</span> `"src/error.html"`

</div>

the location of the template for fallback error responses
The location of the template for fallback error responses.

</div>
</div>
Expand Down