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

8 lines
119 B
TypeScript
Raw Normal View History

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