-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
refactor: Simplify CLI starters #6632
Conversation
👷 Deploy request for qwik-insights pending review.Visit the deploys page to approve it
|
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.
LGTM @thejackshelton
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.
One Test is failing 🥴
Can you check it pls?
Ah yes, was going to tackle this. I still need to test the CLI and get more familiar with it. So converting to draft for now. |
commit: @builder.io/qwik
@builder.io/qwik-city
eslint-plugin-qwik
create-qwik
|
Ok it's ready for review. I've changed the validate cli command to account for the current starters, pkg pr new with the latest cli artifact for the three different templates. For pkg pr new I tested consuming them with and without dependencies, as well as the dev mode of each. Happy to make any adjustments if needed 👍 |
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.
Great job 🎉 @thejackshelton
…dflare/src/frameworks` As part of this update the 'basic' template to its new name 'playground' (renamed in QwikDev/qwik#6632)
* fix: add missing `nodejs_compat` flag to c3 qwik template The c3 qwik template doesn't include the `nodejs_compat` but qwik seems to be using AsyncLocalStorage, so newly created applications do display a warning regarding it missing, fix the above issue by adding the missing compat flag * chore: bump create-qwik from 1.5.7 to 1.9.0 in `/packages/create-cloudflare/src/frameworks` As part of this update the 'basic' template to its new name 'playground' (renamed in QwikDev/qwik#6632)
Overview
What is it?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Use cases and why
Checklist: