mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #1033] Make create-vinext-app platform-agnostic #228
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Divkix on GitHub (May 3, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/1033
Right now
create-vinext-appscaffolds every project with@cloudflare/vite-plugin, awrangler.jsonc, and aworker/index.tsentry point. It only does Cloudflare Workers, end to end.The main README says vinext works everywhere — Nitro, Node standalone, you name it — but the scaffolding tool doesn't give you any of those options. That gap is worth closing.
What needs to happen:
--platformflag. Default stays Workers (it's the smoothest path), but allow pickingnitro,standalone(Node), ornonefor just a bare Vite config.nitro/viteand drop wrangler. Standalone just runs vinext with no platform plugin.References:
create-vinext-app: #1032This can land in a follow-up PR after #1032 merges.