fix(server): initalize root dirs on CLI

This commit is contained in:
a.bouhuolia
2023-04-06 05:11:20 +02:00
parent 308980604a
commit c6cdbe11e6

View File

@@ -4,6 +4,7 @@ import color from 'colorette';
import argv from 'getopts';
import Knex from 'knex';
import { knexSnakeCaseMappers } from 'objection';
import '../before';
import config from '../config';
function initSystemKnex() {