14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|