We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19eb2f9 commit 58fb6e4Copy full SHA for 58fb6e4
website/tutorial/basic/01-project-setup.mdx
@@ -124,7 +124,7 @@ Hello World!
124
125
> You can try to change the script, and notice that the server restarts automatically on every change!
126
127
-The `index.ts` is the project entrypoint - this is where your NodeJS project starts and this runs the rest of the code.
+The `main.ts` is the project entrypoint - this is where your NodeJS project starts and this runs the rest of the code.
128
129
Congratulations! You now have a ready-to-use project with NodeJS, TypeScript and development scripts configured.
130
0 commit comments