Web UI placeholder. Build the frontend and refresh:

cd ui && npm ci && npm run build && rm -rf ../internal/webui/dist && cp -R dist/spa ../internal/webui/dist

Or use the Docker image, which builds the UI in a multi-stage build.