refactor(tools): restructure tool dir

This commit is contained in:
Daniel Avila 2023-06-14 13:05:33 -04:00 committed by Danny Avila
parent 71d812403e
commit 1b3215c55d
5 changed files with 48 additions and 26 deletions

View file

@ -0,0 +1,8 @@
const availableTools = require('../manifest.json');
const { validateTools, loadTools } = require('./handleTools');
module.exports = {
validateTools,
loadTools,
availableTools
};