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