Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous21155 authored Nov 21, 2023
1 parent 22195c7 commit 810b277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"main": "index.mjs",
"scripts": {
"start": "node Server/index.mjs"
"start": "node Server/index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 810b277

Please sign in to comment.