-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from siguici/main
π Prepare for new release
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
"@qwikdev/create-astro": patch | ||
--- | ||
|
||
### π Patch Changes | ||
|
||
- **π Default Value for Overwriting Existing Directory**: | ||
The default value for overwriting an existing directory is now set to `false`. This ensures that users must explicitly confirm overwriting a directory, preventing accidental data loss. π― | ||
|
||
- **π Default Project Destination Path**: | ||
The default destination path for new projects has been updated to `./qwik-astro-app` instead of `.` or `./`. This provides a more intuitive approach, creating a dedicated folder for the new project rather than placing it directly in the current directory. π | ||
|
||
- **π Bug Fixes**: | ||
Fixed several issues related to the execution of the CLI, ensuring a smoother user experience and better stability. π οΈ | ||
|
||
- **π Support for Astro Templates**: | ||
Introduced the `--template` or `-t` argument to allow users to start a project from a specific Astro template, with Qwik configured on top. This adds flexibility for users looking to customize their projects right from the start. β¨ |