Skip to content

Commit 080a089

Browse files
authored
Update main path in WranglerConfig to src/server.ts (#29114)
1 parent 1de35ea commit 080a089

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
@@ -180,7 +180,7 @@ TanStack Start uses `@tanstack/react-start/server-entry` as your default entrypo
180180

181181
```jsonc
182182
{
183-
"main": "app/server.ts",
183+
"main": "src/server.ts",
184184
}
185185
```
186186

0 commit comments

Comments
 (0)