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
+3 -3
View File
@@ -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>