Skip to content

Conversation

@adriandlam
Copy link
Member

@adriandlam adriandlam commented Nov 26, 2025

  • remove manual server reloads in vite (ex. server.ws.send(...))
  • add builder queue in nitro plugin (concurrent changes to workflow files triggered lots of weird behavior in registering virtual routes in nitro), follows how we queue builds in next (packages/src/next/builder.ts)
  • fix writeDebugFile to use atomic writes (weird JSON.parse issues due to concurrent writes)
  • fix base builder template literal escaping (wasn't matching some characters)

@vercel
Copy link
Contributor

vercel bot commented Nov 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Comment Nov 27, 2025 0:14am
example-nextjs-workflow-webpack Ready Ready Preview Comment Nov 27, 2025 0:14am
example-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-express-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-hono-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-nitro-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-nuxt-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-sveltekit-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workbench-vite-workflow Ready Ready Preview Comment Nov 27, 2025 0:14am
workflow-docs Ready Ready Preview Comment Nov 27, 2025 0:14am

@changeset-bot
Copy link

changeset-bot bot commented Nov 26, 2025

🦋 Changeset detected

Latest commit: ed7a5de

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@workflow/sveltekit Patch
@workflow/builders Patch
@workflow/nitro Patch
workflow Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nuxt Patch
@workflow/ai Patch
@workflow/world-testing Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@adriandlam adriandlam changed the title test: make dev e2e sequential fix: nitro vite race build race condition Nov 26, 2025
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.

2 participants