MCPcopy
hub / github.com/ericciarla/trendFinder / main

Function main

src/index.ts:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5dotenv.config();
6
7async function main() {
8 console.log(`Starting process to generate draft...`);
9 await handleCron();
10}
11main();
12
13

Callers 1

index.tsFile · 0.85

Calls 1

handleCronFunction · 0.90

Tested by

no test coverage detected