vercel.json 247 B

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