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

View File

@@ -28,4 +28,7 @@
"editor.defaultFormatter": "redhat.vscode-yaml" "editor.defaultFormatter": "redhat.vscode-yaml"
}, },
"liveServer.settings.root": "/.output/public", "liveServer.settings.root": "/.output/public",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
} }

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
}
}