mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"buildCommand": "npx remix vite:build",
|
|
"framework": "remix",
|
|
"installCommand": "pnpm install",
|
|
"outputDirectory": "build",
|
|
"regions": [
|
|
"iad1"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cross-Origin-Embedder-Policy",
|
|
"value": "require-corp"
|
|
},
|
|
{
|
|
"key": "Cross-Origin-Opener-Policy",
|
|
"value": "same-origin"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |