mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
add vercel.json
This commit is contained in:
8
vercel.json
Normal file
8
vercel.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
|
"buildCommand": "pnpm run build-storybook",
|
||||||
|
"devCommand": "pnpm run storybook",
|
||||||
|
"installCommand": "pnpm i",
|
||||||
|
"framework": null,
|
||||||
|
"outputDirectory": "./storybook-static"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user