릴리스: v1.3.6 레거시 이미지 메타 백필 스크립트 추가

This commit is contained in:
2026-03-31 18:37:51 +09:00
parent fde62dbb43
commit 7967361cac
6 changed files with 134 additions and 3 deletions

View File

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