mirror of
https://github.com/vicky469/aside.git
synced 2026-07-22 17:42:04 +00:00
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
#!/usr/bin/env node
|
|
|
|
import {
|
|
runCreateNoteCommentThread,
|
|
runScriptMain,
|
|
} from "./lib/asideRepoScripts.mjs";
|
|
|
|
await runScriptMain(runCreateNoteCommentThread);
|