This commit is contained in:
2026-03-02 17:57:59 -03:00
parent 1cd7d6541d
commit 2a5dfc3713

View File

@@ -25,7 +25,7 @@ If required to run the docker image, follow these steps:
- Frontend dev only: `cd frontend && npm run dev` - Frontend dev only: `cd frontend && npm run dev`
- Frontend production build: `cd frontend && npm run build` - Frontend production build: `cd frontend && npm run build`
## Validation ## Validation
- No automated test suite is currently committed. - No automated test suite is currently committed.
- Manual checks for code changes inside VM: `GET /api/v1/health`, upload + processing flow, search, document preview/download, and clean `docker compose logs -f` output for `api` and `worker`. - Manual checks for code changes inside VM: `GET /api/v1/health`, upload + processing flow, search, document preview/download, and clean `docker compose logs -f` output for `api` and `worker`.