From e998419ecde2f02cf94d0ab48d4557c79a7ce833 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 12 Feb 2025 13:29:50 +0530 Subject: [PATCH] fix cli package.json --- apps/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 8f25243..63f6329 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -4,7 +4,7 @@ "description": "CLI tool to scaffold Better-T Stack projects", "type": "module", "bin": { - "create-better-t-stack": "./dist/index.js" + "create-better-t-stack": "dist/index.js" }, "scripts": { "build": "tsup",