rework context
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type {Context} from '@welshman/lib'
|
||||
|
||||
export const ctx: Context = {}
|
||||
|
||||
export const setContext = (newCtx: Context) => Object.assign(ctx, newCtx)
|
||||
Reference in New Issue
Block a user