docs: added directory structure documentation (#4612)
* docs: added directory structure documentation * improvements
This commit is contained in:
@@ -282,12 +282,6 @@ This section covers how to test and use your batch job strategy. Make sure to st
|
||||
npx @medusajs/medusa-cli develop
|
||||
```
|
||||
|
||||
:::info
|
||||
|
||||
If your `start` script uses the `medusa develop` command, whenever you make changes in the `src` directory the `build` command will automatically run and the backend will restart.
|
||||
|
||||
:::
|
||||
|
||||
You must also use an authenticated user to send batch job requests. You can refer to the [authentication guide in the API reference](/api/admin/#section/Authentication) for more details.
|
||||
|
||||
If you follow along with the JS Client code snippets, make sure to [install and set it up first](../../js-client/overview.md).
|
||||
|
||||
Reference in New Issue
Block a user