mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
generate json file
This commit is contained in:
@@ -3,6 +3,7 @@ const { yellow, red } = require('kleur')
|
||||
const { installAll } = require('../install')
|
||||
const { cleanSession } = require('../clean')
|
||||
const { checkNodeVersion, checkOs } = require('../check')
|
||||
const { jsonConfig } = require('../configuration')
|
||||
|
||||
const startInteractive = async () => {
|
||||
const questions = [
|
||||
@@ -120,6 +121,7 @@ const startInteractive = async () => {
|
||||
await cleanAllSession()
|
||||
await vendorProvider()
|
||||
await dbProvider()
|
||||
await jsonConfig()
|
||||
}
|
||||
|
||||
module.exports = { startInteractive }
|
||||
|
||||
Reference in New Issue
Block a user