firebase.json 170 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7
{
  "hosting": {
    "public": "dist",
    "rewrites": [{ "source": "/api/**", "function": "api" }],
    "ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
  }
}