Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infrastructure-providers.mdx #1433

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/10_going-deeper/infrastructure-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,13 @@ boost start -e local
```

Where `local` is one of your defined environments with the `Booster.configure` call.

### Cleaning Local Data for New Changes
When making changes to your entities and events, you might need to reset the local environment to accommodate these changes. The application creates a `.booster` folder to store relevant information. To clean the local data and reset the environment:

1. Locate the `.booster` folder in your project directory.
2. Delete the contents of the `.booster` folder or the folder itself.

This action will clear the local data and allow you to proceed with your new changes effectively.


Loading