@tianyio/quality-helper
Version:
A comprehensive quality helper tool for project scaffolding and management
14 lines (13 loc) • 478 B
JavaScript
import { dirname, join } from "path";
import { fileURLToPath } from "url";
import { C as ConfigService } from "./services-DXX3cT7y.js";
const __dirname = dirname(fileURLToPath(import.meta.url));
const templatesDir = join(__dirname, "..", "templates");
async function updateConfig(options) {
const configService = new ConfigService(templatesDir);
await configService.updateConfig(options);
}
export {
updateConfig as u
};
//# sourceMappingURL=update-config-COvElx1e.js.map