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
@@ -19,7 +19,7 @@ export default function () {
.action(async (opts) => {
console.log(`Starting process ...`);
const { config, dbSchema } = await init();
const { config, dbSchema } = init();
const { ROOT_DIR } = grabDirNames();
const isVector = Boolean(opts.vector || opts.v);