vicky469_aside/scripts/create-note-comment-thread.mjs
2026-05-13 14:44:11 -04:00

8 lines
168 B
JavaScript

#!/usr/bin/env node
import {
runCreateNoteCommentThread,
runScriptMain,
} from "./lib/asideRepoScripts.mjs";
await runScriptMain(runCreateNoteCommentThread);