Chg: tsxをdevDependenciesに移動 / Del: MikroORM公式CLIを廃止 / Feat: scriptsのmigrator

This commit is contained in:
2026-03-27 22:53:18 +09:00
parent d66ab803bc
commit 6b54ae4306
6 changed files with 359 additions and 17 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"scripts": {
"start": "pnpm -F backend start",
"dev": "pnpm -r --parallel --no-bail dev",
"build": "pnpm -r --parallel build"
"build": "pnpm -r --parallel build",
"migrator": "pnpm -F backend migrator"
},
"packageManager": "pnpm@10.29.1"
}