feature: First push to git

This commit is contained in:
Keith Solomon
2026-05-16 14:02:49 -05:00
commit 265f69d95a
46 changed files with 11551 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import { chmod } from 'node:fs/promises';
await chmod('dist/index.js', 0o755).catch(() => undefined);