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

8 lines
192 B
JavaScript

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