diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..ce0e4e6d --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "buildCommand": "cd client && npm i && npm run generate-docs", + "outputDirectory": "client/docs", + "installCommand": "echo 'Dependencies installed during build'", + "framework": null, + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +}