resource 위치 변경

This commit is contained in:
2026-01-05 16:12:55 +00:00
parent 10e9c80eb4
commit f4bc8e42f3
102 changed files with 7 additions and 4 deletions
@@ -11,7 +11,8 @@ import {
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const DEFAULT_SCENARIO_ROOT = path.resolve(__dirname, '..', '..', 'resources', 'scenario');
const REPO_ROOT = path.resolve(__dirname, '..', '..', '..', '..');
const DEFAULT_SCENARIO_ROOT = path.resolve(REPO_ROOT, 'resources', 'scenario');
export interface ScenarioLoaderOptions {
scenarioRoot?: string;