Skip to content

Commit ec2e27b

Browse files
Apply suggestions from code review
Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com>
1 parent ff3ebdd commit ec2e27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/tanstack-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Preview the build locally before deploying:
120120

121121
## Custom entrypoints
122122

123-
TanStack Start uses `@tanstack/react-start/server-entry` as your default entrypoint. Create a custom server entrypoint to add additional Workers handlers such as [Queues](/queues/) and [Cron Triggers](/workers/configuration/cron-triggers/). This is also where you can export [Durable Objects](/durable-objects/) and [Workflows](/workflows/).
123+
TanStack Start uses `@tanstack/react-start/server-entry` as your default entrypoint. Create a custom server entrypoint to add additional Workers handlers such as [Queues](/queues/) and [Cron Triggers](/workers/configuration/cron-triggers/). This is also where you can add additional exports such as [Durable Objects](/durable-objects/) and [Workflows](/workflows/).
124124

125125

126126
<Steps>

0 commit comments

Comments
 (0)