feat(server): Express bootstrap, /health, ownerOnly on /api, smoke /api/spaces

This commit is contained in:
root
2026-05-31 15:30:50 +10:00
parent 7e55f07689
commit d862eaa3b0
4 changed files with 323 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.7",
"supertest": "^7.2.2",
"vitest": "^4.1.7"
}
}