Skip to content

Commit 5f7e45b

Browse files
committed
Use DB to check if challenge exists, instead of API
1 parent df3feee commit 5f7e45b

File tree

4 files changed

+212
-14
lines changed

4 files changed

+212
-14
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "app.js",
66
"scripts": {
77
"start": "node app.js",
8+
"start:dev": "nodemon app.js",
89
"postinstall": "npm run prisma:generate",
910
"lint": "standard",
1011
"lint:fix": "standard --fix",
@@ -34,6 +35,7 @@
3435
"mocha": "^5.2.0",
3536
"mocha-prepare": "^0.1.0",
3637
"nock": "^10.0.6",
38+
"nodemon": "^3.1.9",
3739
"nyc": "^14.0.0",
3840
"prisma": "^6.5.0",
3941
"should": "^13.2.3",

0 commit comments

Comments
 (0)