릴리스: v1.3.7 레거시 업로드 자산 마이그레이션 스크립트 추가

This commit is contained in:
2026-03-31 18:44:10 +09:00
parent 7967361cac
commit 880c79bbc4
6 changed files with 220 additions and 15 deletions

View File

@@ -9,7 +9,8 @@
"build": "npm --prefix frontend run build",
"start": "npm --prefix backend run start",
"test": "echo \"Error: no test specified\" && exit 1",
"images:backfill": "npm --prefix backend run images:backfill"
"images:backfill": "npm --prefix backend run images:backfill",
"images:migrate-legacy": "npm --prefix backend run images:migrate-legacy"
},
"keywords": [],
"author": "",