Showing
2 changed files
with
12 additions
and
0 deletions
... | @@ -14,5 +14,8 @@ | ... | @@ -14,5 +14,8 @@ |
14 | "license": "ISC", | 14 | "license": "ISC", |
15 | "dependencies": { | 15 | "dependencies": { |
16 | "express": "^4.17.1" | 16 | "express": "^4.17.1" |
17 | + }, | ||
18 | + "scripts": { | ||
19 | + "start": "node index.js" | ||
17 | } | 20 | } |
18 | } | 21 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment