This commit is contained in:
Hiroki 2026-01-29 19:00:22 +00:00 committed by GitHub
commit 14d31a5e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,7 @@ const BASE_RELOAD_RULES_TAIL: ReloadRule[] = [
{ prefix: "gateway", kind: "restart" },
{ prefix: "discovery", kind: "restart" },
{ prefix: "canvasHost", kind: "restart" },
{ prefix: "meta", kind: "none" },
];
let cachedReloadRules: ReloadRule[] | null = null;