From 8c10c0fc0f85f37bf1fc334c90ef25241ac2f8a9 Mon Sep 17 00:00:00 2001 From: Simon <85533298+handsomezhuzhu@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:00:47 +0800 Subject: [PATCH] Refine ESA configuration --- esa.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esa.json b/esa.json index 451cbef..110921a 100644 --- a/esa.json +++ b/esa.json @@ -1,5 +1,7 @@ { - "installCommand": "npm install", + "$schema": "https://raw.githubusercontent.com/aliyun/alibabacloud-esa-er-templates/master/pages/vitepress/esa.jsonc", + "framework": "vitepress", + "installCommand": "npm ci --registry=https://registry.npmmirror.com", "buildCommand": "npm run build", "outputDirectory": "docs/.vitepress/dist", "nodeVersion": "18.20.4"