chore: import upstream snapshot with attribution
CI / frontend-quality (push) Failing after 1s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:09:02 +08:00
commit b4eee4aa71
666 changed files with 124744 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { source } from '@/lib/source';
import { createFromSource } from 'fumadocs-core/search/server';
export const { GET } = createFromSource(source, {
// https://docs.orama.com/docs/orama-js/supported-languages
language: 'english',
});