Skip to content

Commit

Permalink
Change index.js to server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Sep 26, 2024
1 parent 0e35f11 commit 108e05f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"version": "1.0.0-SNAPSHOT",
"main": "index.js",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
Expand Down
File renamed without changes.

0 comments on commit 108e05f

Please sign in to comment.