From 5c3b6ec8f620b9d7c4ae2b6d0450bddb5781ba3a Mon Sep 17 00:00:00 2001 From: Jack Hamer Date: Tue, 5 Sep 2023 17:48:33 +0300 Subject: [PATCH] fix: binary --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 0c15d1e4..a9519adf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,5 @@ +#! /usr/bin/env node + import { program } from "./setup"; import "./commands/deposit";