move rules-setup.js to /src/utils

This commit is contained in:
Joe Danziger
2025-05-22 15:25:23 -04:00
parent 11f2bc4c20
commit 243a9400c7
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ import {
isValidBrand,
getBrandProfile
} from './rule-transformer.js';
import { runInteractiveRulesSetup } from './rules-setup.js';
import { runInteractiveRulesSetup } from '../../src/utils/rules-setup.js';
/**
* Runs the interactive setup process for model configuration.