firebase.json (157B)
1 { 2 "hosting": { 3 "public": "public", 4 "ignore": [ 5 "firebase.json", 6 "**/.*", 7 "**/node_modules/**" 8 ], 9 "cleanUrls": true 10 } 11 }
cloud-compilerA real-time, low-latency code ... | |
| Log | Files | Refs | README | LICENSE |
firebase.json (157B)
1 { 2 "hosting": { 3 "public": "public", 4 "ignore": [ 5 "firebase.json", 6 "**/.*", 7 "**/node_modules/**" 8 ], 9 "cleanUrls": true 10 } 11 }