Skip to content

Commit

Permalink
oops let's try that again
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaydenkim committed Jan 18, 2025
1 parent 2264944 commit c884d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"client": "cd client && yarn start",
"format": "prettier '**/*.{ts,js,tsx,jsx,css,html,md}' --write"
},
"config": {
"mongodbMemoryServer": {
"debug": "1"
}
},
"engines": {
"node": "^18.x",
"yarn": "^1.x"
Expand Down
5 changes: 0 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"heroku-start": "node dist/server.js",
"test": "vitest --no-file-parallelism"
},
"config": {
"mongodbMemoryServer": {
"debug": "1"
}
},
"dependencies": {
"axios": "^0.21.2",
"common": "0.0.1",
Expand Down

0 comments on commit c884d82

Please sign in to comment.