(1/N) cli: framework support (#4569)

This commit is contained in:
shadcn
2024-08-31 01:54:48 +04:00
committed by GitHub
parent dc8853c8df
commit a62a155aac
602 changed files with 27100 additions and 14651 deletions

View File

@@ -4,7 +4,7 @@
import { exec } from "child_process"
import fs from "fs"
const pkgJsonPath = "packages/cli/package.json"
const pkgJsonPath = "packages/shadcn/package.json"
try {
const pkg = JSON.parse(fs.readFileSync(pkgJsonPath))
exec("git rev-parse --short HEAD", (err, stdout) => {