Refactor web search index

This commit is contained in:
Brenden Matthews
2024-02-26 13:18:49 -05:00
parent 5dd632c991
commit f4a8124592
15 changed files with 564 additions and 400 deletions

View File

@@ -0,0 +1,7 @@
import { writeSearchIndex } from '../utils/search-serde'
async function main() {
await writeSearchIndex()
}
main()