update api chapterlesson

This commit is contained in:
JakkrapartXD 2026-01-22 15:56:56 +07:00
parent 2fc0fb7a76
commit 5c2b5d55aa
11 changed files with 855 additions and 85 deletions

View file

@ -7,7 +7,7 @@
"dev": "nodemon",
"build": "npm run tsoa:gen && tsc",
"start": "node dist/server.js",
"tsoa:gen": "tsoa spec-and-routes",
"tsoa:gen": "tsoa spec-and-routes && node scripts/post-tsoa.js",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
"prisma:seed": "node prisma/seed.js",