Changed /api/config to read API_URL (without NEXT_PUBLIC_ prefix) which allows runtime configuration without rebuilding the image. Priority order: 1. API_URL (runtime env var) 2. NEXT_PUBLIC_API_URL (build-time fallback) 3. Default localhost values |
||
|---|---|---|
| .. | ||
| messages | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| .stylelintrc.json | ||
| components.json | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| FRONTEND.md | ||
| jest.config.js | ||
| jest.setup.js | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
| wrangler.toml | ||