Skip to content

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

Scripts

Runs unit tests with Vitest. Tests should cover Zod validation for each schema: valid cases, missing fields, and incorrect formats.

Terminal window
pnpm -F @frame/events test

Statically validates all schemas, types, and event classes with tsc.

Terminal window
pnpm -F @frame/events type-check

Applies code quality rules via oxlint.

Terminal window
pnpm -F @frame/events lint