From f5fed9c3d801c2a2af097d88e1de97a5a7a51699 Mon Sep 17 00:00:00 2001 From: Simon <85533298+handsomezhuzhu@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:06:32 +0800 Subject: [PATCH] Delete esa.json --- esa.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 esa.json diff --git a/esa.json b/esa.json deleted file mode 100644 index 110921a..0000000 --- a/esa.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$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" -}