fix(frontend): fix inspector public path#4323
fix(frontend): fix inspector public path#4323NathanFlurry wants to merge 1 commit into02-26-fix_rivetkit0_fix_wf_history_diverged_bugfrom
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
|
🚅 Deployed to the rivet-pr-4323 environment in rivet-frontend
|
84d288e to
c34c1d0
Compare
PR Review: fix(frontend): fix inspector public pathOverall Assessment: Simple, targeted one-line fix. No significant concerns. SummaryThis PR adds a single line to publicDir: path.resolve(__dirname, ../../public),This points the inspector's Vite AnalysisCorrectness: The fix looks correct. Without an explicit Consistency: Other app configs (engine, cloud) use Path calculation: Docker build: The Minor Observations
No blocking issues. The change is minimal, correct, and well-scoped. ✓ |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: