Update page.mdx (#8366)

changed custom start command
This commit is contained in:
JayabharathiPalanisamy
2024-07-31 09:12:18 +00:00
committed by GitHub
parent 749e86b5d8
commit 838eb0e34a
@@ -264,7 +264,7 @@ To set the `start` command of your Medusa application in server mode:
4. For the “Custom Start Command” field, enter the following and click the check mark button:
```bash npm2yarn
npm run redeploy && npm run start
npm run predeploy && npm run start
```
### Deploy Changes