cli icon indicating copy to clipboard operation
cli copied to clipboard

feat: add qwik framework

Open Shane-Donlon opened this issue 1 year ago • 2 comments

☕️ 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.local file if not .env.local file exists
  • [x] creates .env.local file 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

Shane-Donlon avatar Feb 01 '25 17:02 Shane-Donlon

Thanks @Shane-Donlon for your help :clap:

gioboa avatar Feb 04 '25 15:02 gioboa

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!

stale[bot] avatar Apr 25 '25 00:04 stale[bot]

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!

stale[bot] avatar Jun 26 '25 19:06 stale[bot]

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!

stale[bot] avatar Jul 18 '25 18:07 stale[bot]