Skip to content

Commit

Permalink
fix: install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Oct 6, 2023
1 parent deb277e commit f1d3626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neurofusion/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"pg": "^8.8.0",
"sequelize": "^6.28.0",
"sqlite3": "^5.1.4",
"websocket-polyfill": "^0.0.3"
"websocket-polyfill": "^0.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -43,8 +45,6 @@
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/node": "^20.6.5",
"sequelize-cli": "^6.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"sequelize-cli": "^6.5.2"
}
}

1 comment on commit f1d3626

@vercel
Copy link

@vercel vercel bot commented on f1d3626 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-git-master-neurofusion-research-inc.vercel.app
usefusion.app
fusion-neurofusion-research-inc.vercel.app
www.usefusion.app

Please sign in to comment.