Skip to content

Commit

Permalink
add pre installation
Browse files Browse the repository at this point in the history
  • Loading branch information
codingwalebhaiya committed Jul 21, 2024
1 parent 54b9904 commit b786c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ app.use("/api/v1/users", userRouter)
// http://localhost:4000/api/v1/users/register


export default app;
export default app;

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"dev": "nodemon backend/src/index.js",
"start": "node backend/src/index.js"
"start": "node backend/src/index.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"

},
"keywords": [
Expand Down

0 comments on commit b786c0c

Please sign in to comment.