mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
fix(cli): 🔥 update instructions
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
const path = require('path')
|
||||
const StormDB = require('stormdb')
|
||||
const engine = new StormDB.localFileEngine(
|
||||
path.join(process.cwd(), './db.stormdb')
|
||||
)
|
||||
const { join } = require('path')
|
||||
|
||||
const engine = new StormDB.localFileEngine(join(process.cwd(), './db.stormdb'))
|
||||
|
||||
class JsonFileAdapter {
|
||||
db
|
||||
Reference in New Issue
Block a user