We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71503b9 commit b9db564Copy full SHA for b9db564
backend/question-service/package.json
@@ -1,11 +1,10 @@
1
{
2
"name": "question-service",
3
"version": "1.0.0",
4
- "main": "app.ts",
+ "main": "server.ts",
5
"type": "module",
6
"scripts": {
7
"start": "tsx server.ts",
8
- "dev": "nodemon index.ts",
9
"test": "echo \"Error: no test specified\" && exit 1",
10
"lint": "eslint ."
11
},
0 commit comments