()
| 18 | static _settings: Settings | undefined |
| 19 | |
| 20 | public static getSettingsFileBasePath(): string { |
| 21 | return process.env.NOSTR_CONFIG_DIR ?? join(process.cwd(), '.nostr') |
| 22 | } |
| 23 | |
| 24 | public static getDefaultSettingsFilePath(): string { |
| 25 | return join(process.cwd(), 'resources', 'default-settings.yaml') |
no outgoing calls
no test coverage detected