This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import chalk from 'chalk'
|
||||
import { logConsole } from "@/utils/console"
|
||||
|
||||
export default {
|
||||
name: 'connecting',
|
||||
async execute() {
|
||||
console.log(chalk.green('[Mongoose] Connecting to MongoDB...'))
|
||||
}
|
||||
}
|
||||
export const name = "connecting"
|
||||
export function execute() {
|
||||
logConsole('mongoose', 'connecting')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user