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 dd85533 commit 22195c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"main": "index.mjs",
"scripts": {
"start": "nodemon index.js"
"start": "node Server/index.mjs"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 22195c7

Please sign in to comment.