✨feature: First push to git
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { chmod } from 'node:fs/promises';
|
||||
|
||||
await chmod('dist/index.js', 0o755).catch(() => undefined);
|
||||
Reference in New Issue
Block a user