Minor Changes
- #4149
ca6a2b18576
Thanks @alicanerdurmaz! - feat: added required packages to install after swizzling.
Now with this feature, users can automatically install the required packages after swizzling.
Patch Changes
- #4138
a15634d6621
Thanks @alicanerdurmaz! - fix: When the project type is vite, therefine dev
command was runningvite start
. It is now changed tovite dev
, because there is nostart
command in vite.