Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
create-qwik@1.14.0 source code.tar.gz | 2025-05-21 | 9.0 MB | |
create-qwik@1.14.0 source code.zip | 2025-05-21 | 10.3 MB | |
README.md | 2025-05-21 | 700 Bytes | |
Totals: 3 Items | 19.3 MB | 0 |
Patch Changes
-
🐞🩹 create-qwik logAppCreated.ts now displays correct next steps for deno. (by @LogProphet in #7566)
After using the create-qwik command, the logAppCreated.ts file was not displaying the correct next steps for deno. Prior to this fix it would display "deno start" instead of "deno task start". This would cause a failure to run, as deno requires the 'task' keyword. This fixes bug 7520
-
🐞🩹 linting errors which were previously being ignored across the monorepo. (by @better-salmon in #7418)