()
| 125 | * the `packages` array inside ~/.pi/agent/settings.json. |
| 126 | */ |
| 127 | export function getPiUserExtensionsPath(): string { |
| 128 | return join(getPiAgentConfigDir(), "settings.json"); |
| 129 | } |
| 130 | |
| 131 | // ============================================================================ |
| 132 | // Plugin / shared paths |
no test coverage detected