1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-07-04 12:38:14 +08:00
Sword/firebase.json

14 lines
260 B
JSON
Raw Normal View History

2019-02-13 17:16:39 +08:00
{
"hosting": {
"public": "dist",
"rewrites": [
{ "source": "/api/**", "function": "api" },
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}