tayyab / firebase.json
mabdullahsibghatullah123's picture
Upload 17 files
5ae7c8f verified
raw
history blame contribute delete
630 Bytes
{
"hosting": {
"public": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET, POST, OPTIONS"
}
]
}
]
}
}