Skip to content

fix(cli): suggest 'vp run dev' for templates in create summary#874

Open
MahmoodKhalil57 wants to merge 1 commit intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/library-next-command
Open

fix(cli): suggest 'vp run dev' for templates in create summary#874
MahmoodKhalil57 wants to merge 1 commit intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/library-next-command

Conversation

@MahmoodKhalil57
Copy link

After vp create vite:library, the next-step hint incorrectly suggests vp dev. Library templates don't have a built-in dev command, so users need vp run dev to execute the dev script from package.json.

Closes #871

Library templates don't have a built-in `dev` command, so the next-step
hint after `vp create vite:library` should suggest `vp run dev` instead
of `vp dev`.

Fixes voidzero-dev#871

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 14, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 0bc0b93
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69b58208b9316b0008ec1259

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vp dev is shown as next command for library templates

1 participant