Skip to content

Commit

Permalink
Merge pull request #40 from wesley-silv/RETURN-01
Browse files Browse the repository at this point in the history
fix(server.js): rename the file app.js to server.js
  • Loading branch information
wesley-silv authored Nov 10, 2024
2 parents ffb8155 + ac79641 commit 8f9f7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "financial-manager",
"version": "1.0.0",
"main": "src/app.js",
"main": "server.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down
File renamed without changes.

0 comments on commit 8f9f7bc

Please sign in to comment.