mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-05-12 10:22:29 +00:00
14 lines
260 B
JSON
14 lines
260 B
JSON
|
|
{
|
||
|
|
"hosting": {
|
||
|
|
"public": "dist",
|
||
|
|
"rewrites": [
|
||
|
|
{ "source": "/api/**", "function": "api" },
|
||
|
|
{
|
||
|
|
"source": "**",
|
||
|
|
"destination": "/index.html"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||
|
|
}
|
||
|
|
}
|