Skip to content

Commit 198d090

Browse files
committed
server.js now is index.js
1 parent 6f93aa2 commit 198d090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server.js index.js

File renamed without changes.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "rec-up-back-end",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "server.js",
5+
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node server.js",
9-
"dev": "nodemon server.js"
8+
"start": "node index.js",
9+
"dev": "nodemon index.js"
1010
},
1111
"author": "",
1212
"license": "ISC",

0 commit comments

Comments
 (0)