Prettier format pending files

This commit is contained in:
Builder.io 2025-10-19 00:35:19 +00:00
parent 68a31dff84
commit f0fd25e8f9

View file

@ -3,35 +3,48 @@
"buildCommand": "npm ci && npm run build", "buildCommand": "npm ci && npm run build",
"outputDirectory": "dist", "outputDirectory": "dist",
"rewrites": [ "rewrites": [
{ "source": "/api/:path*", "destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*" }, {
"source": "/api/:path*",
"destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*"
},
{ "source": "/(.*)", "destination": "/" } { "source": "/(.*)", "destination": "/" }
], ],
"headers": [ "headers": [
{ {
"source": "/assets/(.*)", "source": "/assets/(.*)",
"headers": [ "headers": [
{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } {
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
] ]
}, },
{ {
"source": "/(.*).(css|js|png|jpg|jpeg|gif|svg|webp|ico|woff2)", "source": "/(.*).(css|js|png|jpg|jpeg|gif|svg|webp|ico|woff2)",
"headers": [ "headers": [
{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } {
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
] ]
}, },
{ {
"source": "/api/(.*)", "source": "/api/(.*)",
"headers": [ "headers": [{ "key": "Cache-Control", "value": "no-store" }]
{ "key": "Cache-Control", "value": "no-store" }
]
}, },
{ {
"source": "/(.*)", "source": "/(.*)",
"headers": [ "headers": [
{ "key": "X-Frame-Options", "value": "DENY" }, { "key": "X-Frame-Options", "value": "DENY" },
{ "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }, {
{ "key": "Permissions-Policy", "value": "geolocation=(), microphone=(), camera=()" }, "key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Permissions-Policy",
"value": "geolocation=(), microphone=(), camera=()"
},
{ {
"key": "Content-Security-Policy", "key": "Content-Security-Policy",
"value": "default-src 'self' https: data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: blob: https:; font-src 'self' data: https:; connect-src 'self' https: wss:; frame-ancestors 'none'" "value": "default-src 'self' https: data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: blob: https:; font-src 'self' data: https:; connect-src 'self' https: wss:; frame-ancestors 'none'"