fix(frontend): build embedded engine UI with /ui base#5238
Conversation
|
🚅 Deployed to the rivet-pr-5238 environment in rivet-frontend
|
Code ReviewOverviewThis PR fixes the embedded engine UI build by introducing a dedicated What's Good
Issues / Observations
The existing "env": ["BASE_URL", "FAST_BUILD", "SKIP_NAPI_BUILD", "SKIP_WASM_BUILD", "VITE_APP_*", "VITE_FEATURE_FLAGS"]
When running via Unrelated wasm compile error noted in PR description
This is pre-existing but worth a follow-up. CI or local builds without the skip flags could fail the full turbo graph unexpectedly. SummaryThe fix is correct and well-scoped. The |
Summary
Verification
Note: plain npx turbo run build:engine currently hits an unrelated @rivetkit/rivetkit-wasm compile error around ActorConfigInput.inspector_tabs when SKIP_WASM_BUILD is not set; the Docker-equivalent build path passes.