Rename env to AppContext

This commit is contained in:
Jon Staab
2024-09-03 09:28:39 -07:00
parent d7c3617daf
commit 606de1fe4a
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {Tracker, subscribe as baseSubscribe} from "@welshman/net"
import type {SubscribeRequest} from "@welshman/net"
import {createEventStore} from "@welshman/store"
export const env: {
export const AppContext: {
BOOTSTRAP_RELAYS: string[]
DUFFLEPUD_URL?: string
[key: string]: any