chore: apply prettier formatting and fix lint errors

This commit is contained in:
codenamewont
2026-06-15 09:25:01 +09:00
parent 063a193396
commit 84c8a0aac9
29 changed files with 1421 additions and 471 deletions

View File

@@ -132,7 +132,9 @@ async function main() {
const size = process.env.OPENAI_IMAGE_CATALOG_SIZE || '1024x1536';
const quality = process.env.OPENAI_IMAGE_CATALOG_QUALITY || 'low';
console.log(`대상: ${targets.length}종 · ${size} · quality=${quality}${dryRun ? ' (dry-run)' : ''}`);
console.log(
`대상: ${targets.length}종 · ${size} · quality=${quality}${dryRun ? ' (dry-run)' : ''}`
);
for (const flower of targets) {
const outPath = join(OUT_DIR, `${flower.id}.png`);