Development Commands
Common ShipNext development commands.
Start the development server
pnpm devBuild the project
pnpm buildOpen the database console
pnpm db:studioLint
pnpm lintFormat
pnpm formatRun migrations
pnpm db:migrateGenerate migrations
pnpm db:generatePush the schema
pnpm db:push