refactor(core): inject models options

This commit is contained in:
Dax Raad 2026-07-20 15:18:03 -04:00
commit 0aa4031dd0
8 changed files with 370 additions and 417 deletions

View file

@ -58,6 +58,6 @@ export function layer(options?: Options) {
export const node = makeGlobalNode({
service: Service,
layer: layer(),
layer: layer({ path: ":memory:" }),
deps: [],
})