Skip to content

Commit 0b0f5e6

Browse files
fix: live with shadcn deps workaround (#89)
1 parent 162427a commit 0b0f5e6

File tree

5 files changed

+45
-2329
lines changed

5 files changed

+45
-2329
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ apps/storybook/storybook-static/**
4545

4646

4747
apps/registry/public/r/
48+
apps/registry/registry.json

Diff for: apps/registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"build": "tsx src/build.mts",
1616
"test": "vitest",
17-
"serve": "http-server public/r/@geist -p 3000",
17+
"serve": "http-server public/ -p 3000",
1818
"deploy:fleek": "fleek --debug sites deploy"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)