feat(api): axum skeleton with health and OpenAPI (#53)
ci / web (push) Successful in 6s
ci / rust (push) Successful in 45s
e2e / e2e (push) Successful in 1m31s

This commit was merged in pull request #53.
This commit is contained in:
2026-08-22 20:09:52 +01:00
parent 03ca4a26e8
commit 58827da647
10 changed files with 910 additions and 16 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
- name: Skip when the frontend does not exist yet
id: probe
run: |
if [ -d web ]; then
if [ -f web/package.json ]; then
echo "present=true" >> "$GITHUB_OUTPUT"
else
echo "present=false" >> "$GITHUB_OUTPUT"