Fix JSON error when no custom question set
This commit is contained in:
parent
4338b11939
commit
87b7d9e246
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "node server.mjs",
|
||||
"build": "next build",
|
||||
"start": "NODE_ENV='production' && node server.mjs",
|
||||
"start": "NODE_ENV=production && node server.mjs",
|
||||
"lint": "next lint",
|
||||
"websocket": "node server.mjs"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue