Created commands/create-database.js

This commit is contained in:
Aleksandr Statciuk 2022-01-06 12:59:37 +03:00
parent 5c95098fea
commit f5dbc9376e
12 changed files with 29999 additions and 1 deletions

4
scripts/core/index.js Normal file
View file

@ -0,0 +1,4 @@
exports.db = require('./db')
exports.logger = require('./logger')
exports.file = require('./file')
exports.parser = require('./parser')