Add ESA deployment configuration

This commit is contained in:
Simon
2025-12-11 17:13:24 +08:00
parent 8780864750
commit 2fee00c8d5
2 changed files with 21 additions and 0 deletions

6
esa.json Normal file
View File

@@ -0,0 +1,6 @@
{
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": "docs/.vitepress/dist",
"nodeVersion": "18.20.4"
}