feat: add qwik framework
☕️ Reasoning
🧢 Checklist
- [ ] Documentation
- [x] Tests
- [x] Ready to be merged
🎫 Affected issues
Hi team, Apologies I didn't add this as an issue before.
When running npm exec auth secret for a Qwik Project I was getting the below error.
No framework detected. Currently supported frameworks are: next, sveltekit, express
No documentation changes.
The changes I have suggested resolve this.
Also for awareness when Qwik V2 is released in the future the name will be updated. This or statement will capture Qwik V1 & Qwik V2,
if (
packageJson?.devDependencies?.["@qwik.dev/router"] ||
packageJson?.devDependencies?.["@builder.io/qwik-city"]
) {
foundFrameworks.push("qwik")
}
I did test this NPM link and works for both V1 & V2.
if .env.local file exists
- [x] append AUTH_SECRET to already existing
.env.localfile if not.env.localfile exists - [x] creates
.env.localfile and adds AUTH_SECRET to the file.
I hope this PR is welcome ❤️
Notes: This PR is in draft status as I did not log an issue, if the PR is welcome I can update from draft status.
Thank you!
📌 Resources
Thanks @Shane-Donlon for your help :clap:
It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks!
It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks!
To keep things tidy, we are closing this issue for now. If you think your issue is still relevant, leave a comment and we might reopen it. Thanks!