feat(core): reload config on filesystem changes
This commit is contained in:
parent
b04d8d53e6
commit
c9b24ef027
48 changed files with 596 additions and 510 deletions
10
packages/schema/src/config.ts
Normal file
10
packages/schema/src/config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export * as Config from "./config.js"
|
||||
|
||||
import { ephemeral, inventory } from "./event.js"
|
||||
|
||||
const Updated = ephemeral({
|
||||
type: "config.updated",
|
||||
schema: {},
|
||||
})
|
||||
|
||||
export const Event = { Updated, Definitions: inventory(Updated) }
|
||||
Loading…
Add table
Add a link
Reference in a new issue