Skip to content

v0.2.1

Choose a tag to compare

@markmals markmals released this 16 Mar 01:45
· 36 commits to main since this release

Fixes

  • 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.