From c52f1a94529f4386c615981540adb460a174d519 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 10 Dec 2024 12:10:15 -0600 Subject: [PATCH] chore: can i remove this too? --- bin/dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dev.js b/bin/dev.js index 7122c2827..c87b65b4a 100755 --- a/bin/dev.js +++ b/bin/dev.js @@ -1,4 +1,4 @@ -#!/usr/bin/env -S npx tsx +#!/usr/bin/env npx tsx async function main() { const { execute } = await import('@oclif/core');