Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzlatanov committed Sep 24, 2023
1 parent 28b209c commit 1db84c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,4 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml
.vercel
3 changes: 2 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
.DS_Store
.DS_Store
.vercel
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"builds": [
{
"src": "index.js",
"use": "@now/node"
"use": "@vercel/node"
}
],
"routes": [
Expand Down

0 comments on commit 1db84c0

Please sign in to comment.