From b8d69c1ceab8f0904bef1b2be33ae8042b77a3ed Mon Sep 17 00:00:00 2001 From: gnomadic Date: Thu, 17 Oct 2024 13:49:44 -0400 Subject: [PATCH] trying 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..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" +}