mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
fix(@shadcn/ui): add start:dev command (#117)
This commit is contained in:
3
packages/cli/.gitignore
vendored
3
packages/cli/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
components
|
||||
dist
|
||||
dist
|
||||
.turbo
|
||||
@@ -32,6 +32,7 @@
|
||||
"build": "tsup",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"clean": "rimraf dist && rimraf components",
|
||||
"start:dev": "cross-env COMPONENTS_BASE_URL=http://localhost:3000 node dist/index.js",
|
||||
"start": "node dist/index.js",
|
||||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
|
||||
|
||||
Reference in New Issue
Block a user