Merge remote-tracking branch 'origin/main' into fix/staging-gate-retry-and-admin-audit
Staging Backend Quality Gate / validate (pull_request) Successful in 14m24s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

# Conflicts:
#	docs/BUG_HISTORY.md
#	frontend/tests/admin-users-contract.test.ts
This commit is contained in:
Jesse
2026-08-06 22:11:41 +08:00
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ test("admin_users migration is service-role-only and auditable", () => {
test("legacy admin users route aliases handlers but declares runtime statically", () => {
assert.match(usersSource, /export const runtime = "nodejs"/);
assert.match(usersSource, /export \{ DELETE, GET, PATCH, POST, PUT \} from "\.\.\/customers\/route"/);
assert.doesNotMatch(usersSource, /export \{[^}]*runtime[^}]*\} from/);
assert.doesNotMatch(usersSource, /export \{[^}]*\bruntime\b[^}]*\} from/);
});