This commit is contained in:
Nicholas Keller
2026-06-10 00:40:26 -04:00
parent 6cf48a9a9e
commit df1cd6836c
16 changed files with 1502 additions and 183 deletions
+10 -1
View File
@@ -15,7 +15,16 @@
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/api/ideas/1/notes)",
"Bash(kill %1)",
"Bash(lsof -ti:3000)",
"Bash(xargs kill)"
"Bash(xargs kill)",
"Bash(bunx tsc *)",
"Bash(lsof -i:3000 -P -n)",
"Bash(kill 35084)",
"Bash(curl -s http://localhost:3000/api/auth/providers)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/api/me)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/api/ideas)",
"Bash(curl -s http://localhost:3000/api/explore)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/auth/github)",
"Bash(bun *)"
]
}
}