Skip to content

refactor(core): inline setupDev/setupStart into dev/start entry points#22

Merged
aminevg merged 2 commits intomainfrom
t3code/inline-core-main-functions-1
Mar 28, 2026
Merged

refactor(core): inline setupDev/setupStart into dev/start entry points#22
aminevg merged 2 commits intomainfrom
t3code/inline-core-main-functions-1

Conversation

@aminevg
Copy link
Copy Markdown
Contributor

@aminevg aminevg commented Mar 28, 2026

Summary

  • Inlined the dev server setup directly into packages/core/src/dev/index.ts and removed the separate setup.ts wrapper.
  • Inlined the production start flow into packages/core/src/start/index.ts and removed the separate setup.ts wrapper.
  • Updated test fixture imports to use the new top-level dev and start entrypoints.
  • Kept the existing render, style injection, and error-overlay behavior intact while consolidating the module structure.

- Move dev and start setup logic into their public entrypoints
- Update tests to import `dev` and `start` directly
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 28, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
go-mighty Skipped Skipped Mar 28, 2026 5:57am

@aminevg aminevg changed the title Inline core dev and start setup logic refactor(core): inline setupDev/setupStart into dev/start entry points Mar 28, 2026
@aminevg aminevg merged commit 213da8e into main Mar 28, 2026
5 checks passed
@aminevg aminevg deleted the t3code/inline-core-main-functions-1 branch March 28, 2026 06:00
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