diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 53c193c..0000000 --- a/notes.txt +++ /dev/null @@ -1,14 +0,0 @@ -Prisma DB for debugging: npx prisma studio -Express server: node src/index.js -Run: cd frontend && npm run dev - -KILL 3000: kill $(lsof -ti:3000) - -push: git -c http.proxy=socks5://127.0.0.1:9149 push origin main -pull: git -c http.proxy=socks5://127.0.0.1:9149 pull --rebase origin main - -push at school: git push origin main -pull at school: git pull --rebase origin main - -john repomix: npx repomix --ignore "node_modules,frontend/node_modules,.git,uploads,prisma/migrations,frontend/public,frontend/dist,*.svg,*.png,*.jpg,*.jpeg,repomix-output.xml,frontend/src/assets/tree_bg_svg.svg" -ssh -D 9149 -i ssh-key-2026-05-19.key ubuntu@40.233.106.58 \ No newline at end of file