fix(docs): correct env copy command in local-development.mdx (#27274)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user