mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
9 lines
235 B
JSON
9 lines
235 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "pnpm run build-storybook",
|
|
"devCommand": "pnpm run storybook",
|
|
"installCommand": "pnpm i",
|
|
"framework": null,
|
|
"outputDirectory": "./storybook-static"
|
|
}
|