chore(desktop): add env files for dev/production and update dev scripts
- Track .env.development and .env.production for desktop app - Add MAIN_VITE_API_URL to all env files - Remove hardcoded GATEWAY_URL from dev scripts (now in .env.development) - Update .env.example with full documentation of all env vars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ef32078b3c
commit
eb07f12c49
5 changed files with 50 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -16,6 +16,8 @@ release
|
|||
# env
|
||||
.env*
|
||||
!.env.example
|
||||
!apps/desktop/.env.production
|
||||
!apps/desktop/.env.development
|
||||
|
||||
# platform specific
|
||||
*.dmg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue