Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinkumar-me committed Apr 10, 2023
1 parent 909c169 commit e64a21b
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 7 deletions.
2 changes: 0 additions & 2 deletions client/.env

This file was deleted.

1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dist-ssr
*.sln
*.sw?
*.env
.env
3 changes: 0 additions & 3 deletions server/.env

This file was deleted.

1 change: 1 addition & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist
dist-ssr
*.local
*.env
.env

# Editor directories and files
.vscode/*
Expand Down
184 changes: 183 additions & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"morgan": "^1.10.0",
"multer": "^1.3.0",
"multer-gridfs-storage": "^5.0.2",
"sharp": "^0.31.3"
"sharp": "^0.31.3",
"socket.io": "^4.6.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
Expand Down

0 comments on commit e64a21b

Please sign in to comment.