-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support Nuxt in autoconfig #11477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Nuxt in autoconfig #11477
Conversation
🦋 Changeset detectedLatest commit: b414b62 The changes in this PR will be included in the next version bump. 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 |
| describe("help text", () => { | ||
| test("--help", async ({ logStream }) => { | ||
| if (!isExperimental) { | ||
| if (isExperimental) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this was a mistake
| pnpm create cloudflare --framework next -- --ts | ||
| Allowed Values: | ||
| gatsby, svelte, docusaurus, astro, tanstack-start, angular | ||
| angular, astro, docusaurus, gatsby, nuxt, svelte, tanstack-start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sorted the options like the previous version
e9da958 to
4746c9c
Compare
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
Adds Nuxt to autoconfig. Codemod is mostly lifted from c3
Fixes [DEVX-2322]