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/**"]
  }
}