fix(docs): correct env copy command in local-development.mdx (#27274)

This commit is contained in:
Shivangi Sharma
2026-02-03 21:49:33 +05:30
committed by GitHub
parent 2231530a4a
commit 2ccff0aead
+1 -1
View File
@@ -141,7 +141,7 @@ We recommend using the admin UI/wizard instead of the seeder to enable app store
Copy the .env files from their respective example files depending on the version of the API (v1 or v2):
```bash
cp apps/api/.env.example apps/api/{version}/.env
cp apps/api/{version}/.env.example apps/api/{version}/.env
cp .env.example .env
```