项目文件夹

文件
yf 44fa265a3e Restore 512MiB static big.bin download at top
- buildCommand regenerates public/assets/big.bin (512MiB) at build time
- gitignore the generated blob
- add a download card at the top of the page, above status/upload
2026-09-18 17:07:13 +08:00

13 行
362 B
JSON

{
"type": "static",
"outputDirectory": "public",
"installCommand": "npm ci --omit=dev --prefix functions/api",
"buildCommand": "mkdir -p public/assets && dd if=/dev/zero of=public/assets/big.bin bs=1048576 count=512",
"routes": [
{ "path": "/", "rewrite": "/index.html" }
],
"functions": {
"functions/api": { "path": "/api/cloud/*" }
}
}