From d047c351282fbb3c43b1a2e61758a610dd6cb26a Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sun, 25 Jan 2026 00:42:22 +0800 Subject: [PATCH] update --- .vscode/settings.json | 3 +++ esa.jsonc | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 esa.jsonc diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f0b441..5b58382 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,4 +28,7 @@ "editor.defaultFormatter": "redhat.vscode-yaml" }, "liveServer.settings.root": "/.output/public", + "[jsonc]": { + "editor.defaultFormatter": "vscode.json-language-features" + }, } diff --git a/esa.jsonc b/esa.jsonc new file mode 100644 index 0000000..fa604b3 --- /dev/null +++ b/esa.jsonc @@ -0,0 +1,12 @@ +{ + "name": "cloud-home", + "buildCommand": "bun run build", + "installCommand": "bun install", + "assets": { + "directory": "./dist", + "notFoundStrategy": "singlePageApplication" + }, + "dev": { + "port": 18080 + } +}