Skip to content

Commit 2ccff0a

Browse files
fix(docs): correct env copy command in local-development.mdx (calcom#27274)
1 parent 2231530 commit 2ccff0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developing/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ We recommend using the admin UI/wizard instead of the seeder to enable app store
141141
Copy the .env files from their respective example files depending on the version of the API (v1 or v2):
142142

143143
```bash
144-
cp apps/api/.env.example apps/api/{version}/.env
144+
cp apps/api/{version}/.env.example apps/api/{version}/.env
145145
cp .env.example .env
146146
```
147147

0 commit comments

Comments
 (0)