()
| 5 | export const getProjectPath = (...parts: string[]): string => join(getProjectRoot(), ...parts) |
| 6 | |
| 7 | export const getConfigBaseDir = (): string => process.env.NOSTR_CONFIG_DIR ?? getProjectPath('.nostr') |
| 8 | |
| 9 | export const getSettingsFilePath = (): string => join(getConfigBaseDir(), 'settings.yaml') |
| 10 |
no test coverage detected