docs: add npx2yarn component (#14512)

* initial

* initial

* update tests

* remove unused import

* allow passing with no tests

* vale fixes
This commit is contained in:
Shahed Nasser
2026-01-12 13:42:30 +02:00
committed by GitHub
parent 5f90cd0650
commit 43951ce60e
16 changed files with 330 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ When `NODE_ENV=production`, the Medusa application loads the environment variabl
3. Set `NODE_ENV` to `production` in the system environment variable:
```bash npm2yarn title=".medusa/server"
```bash title=".medusa/server"
export NODE_ENV=production
```