diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..316513c --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "npm run build-storybook", + "devCommand": "npm run storybook", + "installCommand": "npm install", + "framework": null, + "outputDirectory": "./storybook-static" +}