feat(core): reload config on filesystem changes

This commit is contained in:
Dax Raad
2026-07-03 20:35:04 -04:00
parent b04d8d53e6
commit c9b24ef027
48 changed files with 612 additions and 526 deletions
@@ -82,7 +82,7 @@ describe("v2 location HttpApi", () => {
expect(
Schema.decodeUnknownSync(Event)({
id: "evt_test",
type: "file.watcher.updated",
type: "filesystem.changed",
location: { directory: "/tmp/project" },
data: {},
}),