sync: harden standalone mcp and chunk recovery
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { startAutoEmbedRecovery } from '@/services/embedding/autoEmbedQueue';
|
||||
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME === 'nodejs') {
|
||||
startAutoEmbedRecovery();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user