Skip to content

chore:migrate dev toolchain to Vite+`

Praveena Veeranki requested to merge dev into main

Description

This merge request migrates the project's development workflow from Vite to Vite+ (vp) to adopt the unified toolchain by VoidZero. It resolves command resolution issues by installing the vite-plus dependency locally and configuring the correct development scripts.

Changes

  • Package Configuration (package.json):
    • Added vite-plus (^0.1.22) to devDependencies.
    • Updated the "dev" script to run vp dev (the Vite+ development server command).
  • Lockfile Update (package-lock.json):
    • Updated to pin vite-plus and resolve all required subdependencies (like oxlint, oxfmt, etc.). Before image After image

Verification Plan

  1. Pull the changes locally:
    git pull origin main
  2. Install new dependencies:
    npm install
  3. Run the development server to verify it compiles and runs correctly:
    npm run dev

Merge request reports

Loading