See Vite Configuration Reference.
pnpm installpnpm run devpnpm run buildRun Unit Tests with Vitest
pnpm run test:unitRun End-to-End Tests with Cypress
pnpm run build
pnpm run test:e2e # or `pnpm run test:e2e:ci` for headless testingLint with ESLint
pnpm run lint