fix: post-merge cleanup after freight/develop merge

- Remove orphaned container publish route (service method dropped on develop)
- turbo.json concurrency as string "12" (parse + 11 persistent-task limit)
- database.config: synchronize false (migrations only; fixes weight_limit_rules boot crash)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hagernesh
2026-06-17 23:04:48 +00:00
parent 8db8bb1808
commit 270e39edd6
3 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"concurrency": "12",
"tasks": {
"build": {
"dependsOn": ["^build"],