Files
welshman/packages/app/src/context.ts
T
2025-04-01 11:12:34 -07:00

6 lines
95 B
TypeScript

export type AppContext = {
dufflepudUrl?: string
}
export const appContext: AppContext = {}