This commit is contained in:
2026-03-08 08:54:46 +01:00
parent f3ab535b67
commit fd8d6a5d18
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);