dev
01Command
Start the dev server on a free port.
223 6d ago A 8 tokens
Command
Start the dev server on a free port.
Command
Run the project's lint command (pnpm lint:ci, bun run lint, or equivalent). Report any violations.
Command
Run the project's unit test command (pnpm test:ci, bun test, or equivalent). Report failures with file:line references.
Command
Run the project's typecheck command (pnpm ts, bun run typecheck, or equivalent based on the lockfile). Report any errors with file:line references.