Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Scripts

The @frame/auth package is a logical module that exports Better Auth identity configuration and adapters. It does not require a standalone development server; its commands focus on testing and quality assurance.

  • pnpm test: Runs the unit test suite with Vitest.
  • pnpm test:watch: Runs Vitest in interactive watch mode, ideal for continuous TDD.
  • pnpm test:coverage: Generates a code coverage report to ensure the monorepo?s minimum thresholds are met.
  • pnpm lint: Runs oxlint to apply fast standard checks and syntactic fixes across the code.
  • pnpm type-check: Uses tsc for strict type validation (--noEmit) of all authentication logic and connectors.