Commit 28dc207
fix(cli): suggest 'vp run dev' for templates in create summary (#874)
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
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>1 parent a9b57f8 commit 28dc207
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
931 | 936 | | |
932 | 937 | | |
933 | 938 | | |
| |||
0 commit comments