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 2b47b3f commit 656f955Copy full SHA for 656f955
docs/package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"scripts": {
7
"dev": "vocs dev",
8
- "build": "vocs build",
+ "build": "vocs build --outDir dist",
9
"preview": "vocs preview",
10
"lint:check": "biome check .",
11
"lint": "biome check --write .",
vercel.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "installCommand": "pnpm install",
4
+ "buildCommand": "pnpm build && ls -la && ls -la docs",
+ "outputDirectory": "./docs/dist"
+}
0 commit comments