1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-30 10:38:36 +00:00
conky/web/scripts/write-search-index.ts

8 lines
119 B
TypeScript
Raw Normal View History

2024-02-26 13:18:49 -05:00
import { writeSearchIndex } from '../utils/search-serde'
async function main() {
await writeSearchIndex()
}
main()