Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrozer committed Jul 3, 2024
1 parent 7501475 commit 67f20c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"ext": "js,json",
"watch": ["server.js"],
"exec": "node server.js",
"ignore": ["node_modules"]
"ignore": ["node_modules"],
"watch": ["./server/init.js"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"url": "https://github.com/ozgrozer"
},
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
"dev": "nodemon ./server/init.js",
"start": "NODE_ENV=production node ./server/init.js"
},
"dependencies": {
"next": "^14.2.4",
Expand Down

0 comments on commit 67f20c8

Please sign in to comment.