Skip to content

Commit

Permalink
chore: Update npm dependencies and fix database URL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitShukla-dev committed Jul 12, 2024
1 parent e575676 commit a1062ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "edventure",
"scripts": {
"Frontend": "cd EdVenture-FrontEnd && ng serve",
"Backend": "cd Backend && npx tsc && cd dist && node index.js"
"Backend": "cd Backend && npx tsc && cd dist && node index.js",
"build": "cd Backend && npx tsc"
},
"dependencies": {
"@types/argon2": "^0.15.0",
Expand Down

0 comments on commit a1062ce

Please sign in to comment.