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",