update api chapterlesson
This commit is contained in:
parent
2fc0fb7a76
commit
5c2b5d55aa
11 changed files with 855 additions and 85 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue