Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 273 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 273 Bytes

Schema chenge

npx prisma db push
npx prisma migrate reset
npx prisma studio
npx prisma db seed

ESlint

npx eslint --fix ./src

Playwight

su pwuser
npx playwright codegen http://localhost:3000/
npx playwright test
npx playwright show-report