()
| 33 | } |
| 34 | |
| 35 | export const getTorHostnamePath = (): string => getProjectPath('.nostr', 'tor', 'data', 'nostream', 'hostname') |
| 36 | |
| 37 | export const getOnionKeyPath = (): string => |
| 38 | join(process.env.NOSTR_CONFIG_DIR ?? join(homedir(), '.nostr'), 'v3_onion_private_key') |
no test coverage detected