/** * The entrypoint for the post action. */ import { run } from "./post-runner.js"; run();