vercel.json 202 B

123456
  1. {
  2. "$schema": "https://openapi.vercel.sh/vercel.json",
  3. "buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
  4. "framework": null,
  5. "outputDirectory": "storybook-static"
  6. }