feat: zod 라이브러리 업데이트 및 JSON 스키마 정의 개선

This commit is contained in:
2026-01-18 08:19:22 +00:00
parent 81594a25c3
commit 116993b3ad
12 changed files with 754 additions and 53 deletions
@@ -7,7 +7,7 @@ import {
ScenarioResourceSchema,
TurnCommandProfileInputSchema,
UnitSetDefinitionInputSchema,
} from '@sammo-ts/logic';
} from '@sammo-ts/logic/resources';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);