Updates
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ function default_1() {
|
||||
.option("-t, --typedef", "Generate typescript type definitions")
|
||||
.action((opts) => __awaiter(this, void 0, void 0, function* () {
|
||||
console.log(`Starting process ...`);
|
||||
const { config, dbSchema } = yield (0, init_1.default)();
|
||||
const { config, dbSchema } = (0, init_1.default)();
|
||||
const { ROOT_DIR } = (0, grab_dir_names_1.default)();
|
||||
const isVector = Boolean(opts.vector || opts.v);
|
||||
const isTypeDef = Boolean(opts.typedef || opts.t);
|
||||
|
||||
Reference in New Issue
Block a user