From 02b0101ea324df73e10f9cce59ba46ca7c9d7573 Mon Sep 17 00:00:00 2001 From: Maurice Huang <3+maurice@noreply.localhost> Date: Sat, 11 Jul 2026 19:52:14 +0000 Subject: [PATCH] Delete notes.txt --- notes.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 notes.txt 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