docs: update api step 1 path in self hosting documentation (#23393)

This commit is contained in:
Rudra Gupta
2025-08-27 16:37:15 +00:00
committed by GitHub
parent afea724e4d
commit 0367cf8e41
+1 -1
View File
@@ -94,7 +94,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:
```
cp apps/api/.env.example apps/api/V2/.env
cp apps/api/v2/.env.example apps/api/v2/.env
cp .env.example .env
```