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

8 lines
158 B
JavaScript

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