Merge branch 'main' of git.stroblme.de:Fluksio/app
This commit is contained in:
@@ -291,3 +291,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/...`).
|
||||
|
||||
Reference in New Issue
Block a user