sync: harden standalone mcp and chunk recovery

This commit is contained in:
“BeeRad”
2026-04-16 09:53:56 +10:00
parent 097c4c61bb
commit c2f880d957
15 changed files with 222 additions and 279 deletions
+7
View File
@@ -0,0 +1,7 @@
import { startAutoEmbedRecovery } from '@/services/embedding/autoEmbedQueue';
export async function register() {
if (process.env.NEXT_RUNTIME === 'nodejs') {
startAutoEmbedRecovery();
}
}