Updates
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@ export default function () {
|
||||
const { ROOT_DIR } = grabDirNames();
|
||||
const finaldbSchema = appendDefaultFieldsToDbSchema({ dbSchema });
|
||||
if (!config.typedef_file_path) {
|
||||
console.error(`\`typedef_file_path\` is required in bun-mariadb.config.ts to generate types.`);
|
||||
console.error(`\`typedef_file_path\` is required in bun-mariadb.config to generate types.`);
|
||||
process.exit(1);
|
||||
}
|
||||
const out_file = path.resolve(ROOT_DIR, config.typedef_file_path);
|
||||
|
||||
Reference in New Issue
Block a user