UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

36 lines (35 loc) 662 B
{ "functions": [ { "source": "functions", "codebase": "default", "ignore": [ "node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log" ] } ], "hosting": { "public": "dist", "rewrites": [ { "source": "**", "function": "app" } ], "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "headers": [ { "source": "build/**/*.js", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, s-maxage=31536000, immutable" } ] } ] } }