1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/web/scripts/write-search-index.ts
2024-02-26 13:21:37 -05:00

8 lines
119 B
TypeScript

import { writeSearchIndex } from '../utils/search-serde'
async function main() {
await writeSearchIndex()
}
main()