Skip to content

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

Scripts

@frame/core owns cross-cutting logic, base configurators, schemas, and pure utilities with no UI dependencies.

  • pnpm test: run unit tests with Vitest
  • pnpm test:watch: interactive watch mode
  • pnpm test:coverage: coverage report for schemas and pure utilities
  • pnpm lint: oxlint
  • pnpm type-check: tsc --noEmit

[!NOTE] From the monorepo root, scope with -F @frame/core (for example pnpm type-check -F @frame/core).