diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..2cdd035 --- /dev/null +++ b/vercel.json @@ -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" +}