Skip to content

feat(cli): update scaffold template with server entry and Cloudflare config#102

Merged
qantrepreneur merged 1 commit into
mainfrom
91-scaffold-server-entry
May 15, 2026
Merged

feat(cli): update scaffold template with server entry and Cloudflare config#102
qantrepreneur merged 1 commit into
mainfrom
91-scaffold-server-entry

Conversation

@qantrepreneur
Copy link
Copy Markdown
Contributor

Summary

  • Add src/server.ts to scaffold template using the Cloudflare adapter
  • Add wrangler.jsonc with basic Workers configuration
  • Update build script to vite build --ssr src/server.ts and add deploy script
  • Add Register module augmentation to src/app.ts
  • Add .jsonc to scaffold text extensions for placeholder replacement

Test plan

  • Scaffold tests pass including new .jsonc placeholder test (6/6 passing)
  • pnpm lint passes for changed packages (pre-existing playground errors only)
  • pnpm check-types passes for @sundayceo/create (pre-existing playground errors only)

Closes #91

🤖 Generated with Claude Code

…config (#91)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qantrepreneur qantrepreneur merged commit 1cd8cb4 into main May 15, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request May 15, 2026
qantrepreneur added a commit that referenced this pull request May 21, 2026
…config (#91) (#102)

Co-authored-by: Lorenzo <lorenzofkramer@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 23, 2026
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.

feat(cli): update scaffold template with server entry

1 participant