diff --git a/README.md b/README.md index aaf2716..ea50680 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0f7cd71..13094f4 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file diff --git a/server/package.json b/server/package.json index cda80d4..978124c 100644 --- a/server/package.json +++ b/server/package.json @@ -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",