rework context

This commit is contained in:
Jon Staab
2024-09-05 13:38:48 -07:00
parent 233a4e3576
commit 44f29c9da4
19 changed files with 157 additions and 138 deletions
+5
View File
@@ -0,0 +1,5 @@
import type {Context} from '@welshman/lib'
export const ctx: Context = {}
export const setContext = (newCtx: Context) => Object.assign(ctx, newCtx)