During deploy verification for PR #45 / issue #44 on 2026-07-06, restarting ao-web.service ran the configured ExecStartPre=/usr/bin/npm --prefix frontend run build:web from the main checkout. The build succeeded and the service verified healthy, but the Vite/TanStack build rewrote frontend/src/renderer/routeTree.gen.ts formatting in the checkout.
Observed diff shape: generated route tree changed from the committed double-quote/semicolon/tab style to single quotes, no semicolons, and two-space formatting. No route content changed in the inspected diff.
Why this is low priority: deploy succeeded, fresh service logs had no WARN/ERROR/FATAL lines, and live /, /healthz, /readyz, and /favicon.ico returned 200 locally and over Tailscale. This is cleanup noise in the production checkout, not a deploy blocker.
Verification from the same deploy:
systemctl --user restart ao-web.service succeeded.
- Fresh
ao-web.service logs since 2026-07-06T09:00:45Z had no Unknown project config warnings and no WARN/ERROR/FATAL lines.
- The generated-file diff was restored after inspection so the checkout was not left dirty for this file.
During deploy verification for PR #45 / issue #44 on 2026-07-06, restarting
ao-web.serviceran the configuredExecStartPre=/usr/bin/npm --prefix frontend run build:webfrom the main checkout. The build succeeded and the service verified healthy, but the Vite/TanStack build rewrotefrontend/src/renderer/routeTree.gen.tsformatting in the checkout.Observed diff shape: generated route tree changed from the committed double-quote/semicolon/tab style to single quotes, no semicolons, and two-space formatting. No route content changed in the inspected diff.
Why this is low priority: deploy succeeded, fresh service logs had no WARN/ERROR/FATAL lines, and live
/,/healthz,/readyz, and/favicon.icoreturned 200 locally and over Tailscale. This is cleanup noise in the production checkout, not a deploy blocker.Verification from the same deploy:
systemctl --user restart ao-web.servicesucceeded.ao-web.servicelogs since2026-07-06T09:00:45Zhad noUnknown project configwarnings and no WARN/ERROR/FATAL lines.