- Remove .env from .gitignore - Add backend/.env with all configuration - Add frontend/.env with Vite variables - Match APAC Ops Bot pattern Environment files now tracked in git for easier deployment. Update SECRET_KEY, OPENAI_API_KEY, AZURE_CLIENT_SECRET on server. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env | ||
| .env.example | ||
| .env.production | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||