feat(provider): 🐛 dialogflow

This commit is contained in:
Leifer Mendez
2022-12-16 15:33:15 +01:00
parent a52aaa11d8
commit 4ec6f1e120
11 changed files with 228 additions and 10 deletions

View File

@@ -15,4 +15,5 @@ Promise.all([
copyLibPkg('bot', appDir),
copyLibPkg('database', appDir),
copyLibPkg('provider', appDir),
copyLibPkg('contexts', appDir),
]).then(() => console.log('Todas las librerías copiadas'))