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