Skip to content

Commit

Permalink
fix(packages)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 23, 2024
1 parent 1541671 commit 2206ede
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ created a .env.local (ask me mine)

# Issues

you might have issues with imap server if you start localy (especialy on work wifi), if needed, disable the function called : "fetchEmails"
--you might have issues with imap server if you start localy (especialy on work wifi), if needed, disable the function called : "fetchEmails"

--you also might have issues if you install a new dependencie, check if all dependencies are in package.json (especially in server)

# Links

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"start:server": "cd server && bun run --watch server.ts",
"start": "concurrently \"npm run start:client\" \"bun run start:server\"",
"deploy": "git switch main && git pull origin main --rebase --tags && git merge origin/staging && npm version $npm_config_level && git push origin main --tags && git switch staging"
},
"dependencies": {
"cheerio": "^1.0.0"
}
}
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"imap-simple": "^5.1.0",
"imapflow": "^1.0.164",
"mongodb": "^6.9.0",
"uuid": "^10.0.0"
"uuid": "^10.0.0",
"cheerio": "^1.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
Expand Down

0 comments on commit 2206ede

Please sign in to comment.