Skip to content

Commit eda7df7

Browse files
tyler-daneCopilot
andcommitted
Update docs/get-started/setup.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6af3272 commit eda7df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/get-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Both the frontend and backend support hot reloading during development:
154154

155155
- **Viewing logs**: Check the terminal where you ran `yarn dev:backend` for API logs and the terminal where you ran `yarn dev:web` for build logs
156156
- **Testing changes**: After making changes, test them in the browser. The app should hot-reload automatically
157-
- **Database inspection**: MongoDB collections are created automatically. We recommend using the [MongoDB Compass](https://www.mongodb.com/products/compass) desktop app to visually inspect your database, view collections, documents, and run queries during local development. Connect using the same MongoDB connection string from your `.env` file.
157+
- **Database inspection**: MongoDB collections are created automatically. We recommend using the [MongoDB Compass](https://www.mongodb.com/products/compass) desktop app to visually inspect your database, view collections, documents, and run queries during local development. Connect using the same MongoDB connection string from your `.env.local` file.
158158
- **Clearing user data**: Use `yarn cli delete -u <email>` to clear a user's data and start fresh (see [CLI guide](../guides/cli.md))
159159

160160
### Debugging Tips

0 commit comments

Comments
 (0)