@swapper-finance/sdk
Version:
JavaScript SDK form Swapper
41 lines (40 loc) • 785 B
JSON
{
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Frame-Options",
"value": "ALLOWALL"
},
{
"key": "Content-Security-Policy",
"value": "frame-ancestors *"
}
]
},
{
"source": "**/*.js",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=3600"
}
]
}
]
}
}