Fix lnurls, and collection load args

This commit is contained in:
Jon Staab
2024-09-02 11:26:24 -07:00
parent 6e1ad713c3
commit 0899a55119
4 changed files with 10 additions and 7 deletions
+1
View File
@@ -7,6 +7,7 @@ import {createEventStore} from "@welshman/store"
export const env: {
DUFFLEPUD_URL?: string
[key: string]: any
} = {
DUFFLEPUD_URL: undefined,
}