This commit is contained in:
2026-01-25 00:42:22 +08:00
parent 715a56a939
commit d047c35128
2 changed files with 15 additions and 0 deletions

12
esa.jsonc Normal file
View File

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