Files
Cloud-Blog/esa.jsonc
2026-01-25 00:42:22 +08:00

13 lines
225 B
JSON

{
"name": "cloud-home",
"buildCommand": "bun run build",
"installCommand": "bun install",
"assets": {
"directory": "./dist",
"notFoundStrategy": "singlePageApplication"
},
"dev": {
"port": 18080
}
}