This commit is contained in:
Dennis Reimann
2026-01-21 08:56:39 +01:00
parent b47f5e2b70
commit 2efaa1bbaa
2 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ Object.entries(members).forEach(([key, { npub, pubkey, nip05_handle }]) => {
names[id] = new NDKUser({ npub }).pubkey
})
const dst = resolve(__dirname, '..', 'dist', '.well-known', 'nostr.json')
const dir = dirname(dst)
const res = { names, relays }