From 53b7b3006ad1d94d3b22277b2ca10989e148e131 Mon Sep 17 00:00:00 2001 From: hqzing Date: Mon, 1 Sep 2025 21:42:21 +0800 Subject: [PATCH] chore: standardize shebang format --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 71979979..d46fec6b 100755 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ -#! /usr/bin/env node +#!/usr/bin/env node require("./dist/index.js")