Merge commit 'refs/codex/pr885/master-20260730' into worktree/retarget-pr885-20260729

# Conflicts:
#	eslint.config.mjs
This commit is contained in:
Tianyi Cui
2026-07-30 01:18:28 +08:00
122 changed files with 16714 additions and 2564 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export interface StorageForms {}
*/
export class Storage extends Service {
/** Named backend table; multiple backends stay mounted side by side. */
readonly backend = new BackendRegistry()
readonly backend: BackendRegistry = new BackendRegistry()
private readonly forms = new Map<keyof StorageForms, unknown>()