You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vp add failing with "Command 'add' not found" — the vite-plus npm package ships a node_modules/.bin/vp shim that shadows the global vp binary via execa's preferLocal. Moved vite-plus install to be the last vp add command.
Fix JSR packages failing to install — @std/jsonc and @std/yaml need the jsr: prefix for pnpm.
Add missing @remix-run/data-schema dependency for content-layer templates.
Relax lint categories — removed overly strict pedantic, restriction, style, nursery, and perf categories from both the workbench and generated project configs.
Use vp fmt instead of vp check --fix during scaffolding — virtual module types (e.g. sprinkles:content) don't exist until the first vp dev run, so type checking fails at scaffold time.