Skip to content

Commit b61a114

Browse files
authored
fix: react tutorial entrypoint ./main.ts to server/main.ts (#1359)
1 parent fb697a2 commit b61a114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ then deploy the app by connecting your GitHub repository and selecting the
386386
branch you want to deploy.
387387

388388
Give the project a name, and make sure that the `build step` is set to
389-
`deno run build` and the `Entrypoint` is `./main.ts`.
389+
`deno run build` and the `Entrypoint` is `server/main.ts`.
390390

391391
Click the `Deploy Project` button and your app will be live!
392392

0 commit comments

Comments
 (0)