docs: added directory structure documentation (#4612)

* docs: added directory structure documentation

* improvements
This commit is contained in:
Shahed Nasser
2023-07-27 12:18:31 +03:00
committed by GitHub
parent 30e8bb2757
commit 5fcb0d5281
15 changed files with 323 additions and 77 deletions

View File

@@ -108,8 +108,8 @@ npm run build
Then, run the following command to migrate your changes to the database:
```bash npm2yarn
medusa migrations run
```bash
npx @medusajs/medusa-cli migrations run
```
You should see that your migration was executed, which means your changes were reflected in the database schema.