mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import { writeSearchIndex } from '../utils/search-serde'
|
|
|
|
async function main() {
|
|
await writeSearchIndex()
|
|
}
|
|
|
|
main()
|