feat: include inspector UI in release binaries

This commit is contained in:
Nathan Flurry 2026-01-29 22:17:34 -08:00
parent 394945f319
commit a7b888207a
No known key found for this signature in database
GPG key ID: 6A5F43A4F3241BCA
6 changed files with 150 additions and 12 deletions

View file

@ -25,8 +25,6 @@ defaults:
env:
# Disable incremental compilation for faster from-scratch builds
CARGO_INCREMENTAL: 0
# Skip inspector frontend for CI (not needed for type checking)
SANDBOX_AGENT_SKIP_INSPECTOR: 1
# Skip OpenAPI generation in CI (use pre-committed docs/openapi.json)
SKIP_OPENAPI_GEN: 1