We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e75cb commit 81d0734Copy full SHA for 81d0734
frontend/package.json
@@ -16,7 +16,7 @@
16
"typecheck": "nuxt typecheck .",
17
"deploy": "npm run generate && npx -y firebase-tools --project=default deploy",
18
"deploy:hosting": "npx -y firebase-tools --project=default deploy --only hosting",
19
- "shadcn:copy": "npx @firebase-oss/ui-shadcn@beta copy --outDir=public/r"
+ "shadcn:copy": "npx @firebase-oss/ui-shadcn@beta copy --outDir=.output/public/r"
20
},
21
"devDependencies": {
22
"@docsearch/js": "^3.9.0",
0 commit comments