File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " vocs dev" ,
8- "build" : " vocs build" ,
8+ "build" : " vocs build --outDir dist " ,
99 "preview" : " vocs preview" ,
1010 "lint:check" : " biome check ." ,
1111 "lint" : " biome check --write ." ,
Original file line number Diff line number Diff line change 1- import tailwindcss from "@tailwindcss/vite" ;
2- import { defineConfig } from "vocs" ;
1+ import tailwindcss from "@tailwindcss/vite"
2+ import { defineConfig } from "vocs"
33
4- import { sidebar } from "./sidebar" ;
4+ import { sidebar } from "./sidebar"
55
66export default defineConfig ( {
77 title : "Get Starknet" ,
@@ -28,4 +28,4 @@ export default defineConfig({
2828 vite : {
2929 plugins : [ tailwindcss ( ) ] ,
3030 } ,
31- } ) ;
31+ } )
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://openapi.vercel.sh/vercel.json" ,
3+ "installCommand" : " pnpm install" ,
4+ "buildCommand" : " pnpm build && ls -la && ls -la docs" ,
5+ "outputDirectory" : " ./docs/dist"
6+ }
You can’t perform that action at this time.
0 commit comments