UNPKG

@swapper-finance/sdk

Version:
41 lines (40 loc) 785 B
{ "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" } ] } ] } }