solventum-image-metadata/frontend
SamoilenkoVadym 1bac1b6994 feat(config): commit .env files to git for deployment
- 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>
2026-02-09 15:17:26 +00:00
..
src fix(sso): add OAuth callback handler with correct redirect URI 2026-02-09 14:28:07 +00:00
.env feat(config): commit .env files to git for deployment 2026-02-09 15:17:26 +00:00
.env.example fix(frontend): correct API URL with full path 2026-02-09 14:58:58 +00:00
.env.production fix(frontend): correct API URL with full path 2026-02-09 14:58:58 +00:00
index.html feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
package-lock.json chore(frontend): add package-lock.json for reproducible builds 2026-02-09 13:40:31 +00:00
package.json feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
postcss.config.js feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
tailwind.config.js feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
tsconfig.json feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
tsconfig.node.json feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00
vite.config.ts feat(frontend): add React SPA with TypeScript 2026-02-09 13:14:46 +00:00