feat: nreq

This commit is contained in:
2023-11-10 13:58:27 +00:00
parent b765cb29b7
commit 04a49755e6
5 changed files with 56 additions and 6 deletions

View File

@ -18,6 +18,7 @@ import {
NostrEvent,
mapEventToProfile,
PowWorker,
encodeTLVEntries,
} from "@snort/system";
import { SnortContext } from "@snort/system-react";
import { removeUndefined, throwIfOffline } from "@snort/shared";
@ -286,3 +287,7 @@ root.render(
</IntlProvider>
</StrictMode>,
);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
window.encodeTLV = encodeTLVEntries;