Delete notes.txt

This commit is contained in:
2026-07-11 19:52:14 +00:00
parent c83d592fad
commit 02b0101ea3
-14
View File
@@ -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