We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18c1a01 + 39630d6 commit ba0ddf7Copy full SHA for ba0ddf7
1 file changed
sqlite-cloud/quick-start-node.mdx
@@ -52,7 +52,7 @@ app.listen(3000, () => {
52
```
53
5. **Run your app**
54
```bash
55
-node app.js
+node index.js
56
57
6. **View your web server response**
58
- Open your browser and navigate to `http://localhost:3000/albums` to see your app in action.
0 commit comments