()
| 2365 | }); |
| 2366 | |
| 2367 | const getActiveSkillDir = () => { |
| 2368 | const cp = getConfigPath(); |
| 2369 | return cp ? path.join(path.dirname(cp), 'skill') : null; |
| 2370 | }; |
| 2371 | |
| 2372 | app.get('/api/skills', (req, res) => { |
| 2373 | const studio = loadStudioConfig(); |
no test coverage detected