Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e375f6

Browse files
resolving
1 parent 5a6dff1 commit 0e375f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
"name": "leetcode_api",
77
"version": "1.0.0",
88
"description": "leetcode api",
9-
"main": "app.js",
9+
"main": "index.js",
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"start": "node index.js",
13+
"server": "nodemon index.js"
14+
1215
},
1316
"repository": {
1417
"type": "git",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /