blog/bin/build.ts

4 lines
88 B
TypeScript

import { articles } from "../lib/tasks/articles.js";
(async () => await articles())();