()
| 215 | } |
| 216 | |
| 217 | private resolveApiDir(): string { |
| 218 | if (app.isPackaged) return join(process.resourcesPath, 'api') |
| 219 | return join(app.getAppPath(), 'api') |
| 220 | } |
| 221 | |
| 222 | private resolveModelsDir(): string { |
| 223 | const s = getSettings(app.getPath('userData')) |
no outgoing calls
no test coverage detected