From 8a734c57e632962d5f37702ec2f56afb5815b2bb Mon Sep 17 00:00:00 2001 From: andres Date: Sat, 29 Jul 2023 20:06:45 +0200 Subject: [PATCH] add vercel.json --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vercel.json 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" +}