docs: added directory structure documentation (#4612)
* docs: added directory structure documentation * improvements
This commit is contained in:
@@ -130,7 +130,7 @@ To associate these entities with the `Store` entity, you need to extend and cust
|
||||
|
||||
```bash npm2yarn
|
||||
npm run build
|
||||
npx @medusajs/medusa migrations run
|
||||
npx @medusajs/medusa-cli migrations run
|
||||
```
|
||||
|
||||
You can extend other entities in a similar manner to associate them with a store.
|
||||
@@ -241,7 +241,7 @@ You can also extend services if you need to customize a functionality implemente
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
npx @medusajs/medusa develop
|
||||
npx @medusajs/medusa-cli develop
|
||||
```
|
||||
</details>
|
||||
|
||||
@@ -288,7 +288,7 @@ To listen to events, you need to create Subscribers that subscribe a handler met
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
npx @medusajs/medusa develop
|
||||
npx @medusajs/medusa-cli develop
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user