This commit is contained in:
2026-07-26 18:19:25 -05:00
parent b0e677d298
commit 32c8ccc3ed
15 changed files with 2679 additions and 36 deletions

View File

@@ -34,7 +34,12 @@
"Bash(kill 29669 29703 29714)",
"Bash(curl -s -m 2 -o /dev/null -w 'server: %{http_code}\\\\n' localhost:8090/api/health)",
"Bash(git check-ignore *)",
"Bash(git add *)"
"Bash(git add *)",
"Bash(curl -s -m 3 localhost:8090/api/health)",
"Bash(bash acceptance.sh)",
"Bash(pkill -f \"tsx src/server.ts\")",
"Bash(curl -s localhost:8090/api/health)",
"Bash(curl -s -m 3 localhost:8091/api/health)"
]
}
}