nostr polish
This commit is contained in:
parent
91d67ab4ee
commit
96b619c886
13 changed files with 996 additions and 662 deletions
|
|
@ -7,7 +7,7 @@ export type Logger = { log: (v: any) => void, error: (v: any) => void }
|
|||
export type ServerOptions = {
|
||||
allowCors?: true
|
||||
staticFiles?: string
|
||||
allowNotImplementedMethods?: number
|
||||
allowNotImplementedMethods?: true
|
||||
logger?: Logger
|
||||
throwErrors?: true
|
||||
GuestAuthGuard: (authorizationHeader?: string) => Promise<Types.GuestContext>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue