Skip to content

Use Next apps for root dev workflow#902

Merged
anth-volk merged 1 commit intomainfrom
fix/make-dev-next-apps
Apr 2, 2026
Merged

Use Next apps for root dev workflow#902
anth-volk merged 1 commit intomainfrom
fix/make-dev-next-apps

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

Fixes #901

Summary

  • switch the root dev workflow to launch the Next.js website and calculator apps instead of the legacy Vite app
  • preserve the previous make dev experience by auto-selecting ports, printing them, and wiring cross-app URLs
  • keep the legacy Vite dev flow available via bun run dev:legacy

Testing

  • node --check scripts/dev-server-next.mjs
  • git diff --check

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

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

Project Deployment Actions Updated (UTC)
policyengine-app-v2 Ready Ready Preview, Comment Apr 2, 2026 0:19am
policyengine-calculator Ready Ready Preview, Comment Apr 2, 2026 0:19am
policyengine-calculator-next Ready Ready Preview, Comment Apr 2, 2026 0:19am
policyengine-website Ready Ready Preview, Comment Apr 2, 2026 0:19am

Request Review

@anth-volk anth-volk requested a review from SakshiKekre April 2, 2026 00:31
@anth-volk anth-volk merged commit 79252d0 into main Apr 2, 2026
13 checks passed
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.

Update root dev workflow to launch Next.js apps

2 participants