chore: 配置工作手机前端 Vercel 部署
This commit is contained in:
13
vercel.json
Normal file
13
vercel.json
Normal file
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user