feat(core): reload config on filesystem changes
This commit is contained in:
@@ -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: {},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user