diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000000..a65950cc7b --- /dev/null +++ b/vercel.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "vite", + "installCommand": "npm ci --prefix sdk/android-ui", + "buildCommand": "npm run build --prefix sdk/android-ui", + "outputDirectory": "sdk/android-ui/dist", + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +}