Skip to content

Commit ff3ebdd

Browse files
committed
reframed intro
1 parent 7c5372c commit ff3ebdd

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. These include [Queues](/queues/), [Cron Triggers](/workers/configuration/cron-triggers/), [Durable Objects](/durable-objects/), [Workflows](/workflows/), and [Service Bindings](/workers/runtime-apis/bindings/service-bindings/).
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/).
124124

125125

126126
<Steps>

0 commit comments

Comments
 (0)