Skip to content

fix: make StackBlitz startup WebContainer-safe - #19

Merged
stackloomdev merged 1 commit into
mainfrom
agent/fix-stackblitz-startup
Jul 25, 2026
Merged

stackloomdev merged 1 commit into
mainfrom
agent/fix-stackblitz-startup

Conversation

@stackloomdev

Copy link
Copy Markdown
Owner

Summary

  • replace the StackBlitz startup path that invoked Turbo's unsupported native binary with an ordered pnpm workspace build
  • point .stackblitzrc and every GitHub/Pages live-lab link at dev:stackblitz
  • include the WebContainer-safe build in pnpm check so the path remains release-gated
  • record the post-release fix under Unreleased without moving or rewriting v1.0.0-beta.2

Reproduction

The deployed live-lab link imported the repository, then failed in StackBlitz WebContainers at turbo run build with reached EOF without closing quote from the native Turbo binary.

Validation

  • moved every packages/*/dist away, then pnpm build:stackblitz rebuilt all nine packages successfully in dependency order
  • pnpm dev:stackblitz reached a ready Vite 8 development server locally
  • CAUSESCOPE_DOCS_BASE=/causescope/ pnpm docs:build
  • all four live-lab URLs decode to the existing dev:stackblitz script
  • independent review completed with no remaining findings

After merge

  • verify the Pages CTA uses the new URL
  • re-import the default branch in StackBlitz and confirm the pnpm build completes and Vite preview starts

@stackloomdev
stackloomdev marked this pull request as ready for review July 25, 2026 06:15
@stackloomdev
stackloomdev merged commit 1183af8 into main Jul 25, 2026
7 checks passed
@stackloomdev
stackloomdev deleted the agent/fix-stackblitz-startup branch July 25, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant