Skip to content

Commit

Permalink
Merge pull request #1433 from username-of-rehman/patch-1
Browse files Browse the repository at this point in the history
Update infrastructure-providers.mdx
  • Loading branch information
Javier Toledo authored Sep 25, 2023
2 parents d9cf452 + 5c83088 commit f73fe53
Showing 1 changed file with 10 additions and 0 deletions.
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.


0 comments on commit f73fe53

Please sign in to comment.