ShipNext

Development Commands

Common ShipNext development commands.

Start the development server

pnpm dev

Build the project

pnpm build

Open the database console

pnpm db:studio

Lint

pnpm lint

Format

pnpm format

Run migrations

pnpm db:migrate

Generate migrations

pnpm db:generate

Push the schema

pnpm db:push

On this page