feat(provider): add location provider

This commit is contained in:
Zamphi
2023-02-08 17:50:21 -03:00
parent 652d0ef2c3
commit c0ece6feb2
33 changed files with 1422 additions and 1737 deletions

View File

@@ -10,14 +10,7 @@ const copyLibPkg = async (pkgName, to) => {
await fs.copy(FROM, TO)
}
const listLib = [
'create-bot-whatsapp',
'bot',
'database',
'provider',
'contexts',
'portal',
]
const listLib = ['create-bot-whatsapp', 'bot', 'database', 'provider', 'contexts', 'portal']
const main = async () => {
for (const iterator of listLib) {