Skip to content

Commit b9db564

Browse files
committed
Edit package.json
1 parent 71503b9 commit b9db564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/question-service/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "question-service",
33
"version": "1.0.0",
4-
"main": "app.ts",
4+
"main": "server.ts",
55
"type": "module",
66
"scripts": {
77
"start": "tsx server.ts",
8-
"dev": "nodemon index.ts",
98
"test": "echo \"Error: no test specified\" && exit 1",
109
"lint": "eslint ."
1110
},

0 commit comments

Comments
 (0)