Call rules interactive setup during init (#833)

This commit is contained in:
Joe Danziger
2025-06-20 16:05:25 -04:00
committed by GitHub
parent 727f1ec4eb
commit cf2c06697a
4 changed files with 111 additions and 24 deletions

View File

@@ -206,6 +206,7 @@ export function convertAllRulesToProfileRules(projectDir, profile) {
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const assetsDir = path.join(__dirname, '..', '..', 'assets');
if (typeof profile.onPostConvertRulesProfile === 'function') {
profile.onPostConvertRulesProfile(projectDir, assetsDir);
}