Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Oct 15, 2024
1 parent 69f1349 commit 15759d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/docs/src/server/content/generated/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Passed into Vite `config.ssr.target`.

#### Defined in

[types/index.ts:60](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L60)
[types/index.ts:63](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L63)

---

Expand All @@ -107,7 +107,7 @@ Pass any options for the adapter in as a generic.

#### Defined in

[types/index.ts:90](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L90)
[types/index.ts:93](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L93)

---

Expand Down Expand Up @@ -151,7 +151,7 @@ The name of the entry point without extension.

#### Defined in

[types/index.ts:44](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L44)
[types/index.ts:47](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L47)

---

Expand All @@ -165,7 +165,7 @@ Middleware used in the Vite server for dev and preview.

#### Defined in

[types/index.ts:41](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L41)
[types/index.ts:44](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L44)

---

Expand Down Expand Up @@ -222,7 +222,7 @@ export default defineConfig({

#### Defined in

[types/index.ts:116](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L116)
[types/index.ts:119](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L119)

---

Expand Down Expand Up @@ -307,7 +307,7 @@ Helper type for a type that could be a promise.

### Prerender

> **Prerender**: `string`[] \| `Set`\<`string`\>
> **Prerender**: `string`[] \| `Set`\<`string`\> \| () => [`MaybePromise`](globals.md#maybepromiset)\<`string`[] \| `Set`\<`string`\>\>
Paths to prerender at build time.

Expand Down

0 comments on commit 15759d4

Please sign in to comment.