Add make dev-lan: the app on a host port, API proxied on the same origin
Docs / docs (push) Canceled after 0s
Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Test Backend / test-backend (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s

This commit is contained in:
2026-08-22 09:25:02 +02:00
parent fa3a981fa7
commit 0921cbddf6
4 changed files with 69 additions and 1 deletions
+8
View File
@@ -289,3 +289,11 @@ Open on purpose. Each names what should bring it back.
container `fluksio-app-proxy-1`. With `REVERSE_PROXY=external` and no host proxy,
the whole stack then has nothing bound to :80 and `*.localhost` stops resolving.
Either drop `--remove-orphans` or make `update` refuse when `ENVIRONMENT=local`.
- CHORE: `frontend/vite.config.js` and `frontend/vite.config.d.ts` are committed build
output of `vite.config.ts` and fail `biome check` as tracked (semicolons, 4-space
indent). The pre-commit hook therefore fails for anyone who stages any other file
under `frontend/`. Either gitignore the two or run the formatter over them once.
- CHORE: the pre-commit biome hook selects files by the `frontend/` prefix rather than by
extension, so a non-JS file placed there is handed to biome and blows up with an
internal error on a doubled path (`frontend/frontend/...`).