mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
4 lines
147 B
JavaScript
4 lines
147 B
JavaScript
const { startInteractive } = require('./interactive')
|
|
if (process.env.NODE_ENV === 'dev') startInteractive()
|
|
module.exports = { startInteractive }
|