Skip to content

Commit 7fefb44

Browse files
committed
feat: use cloudbase
1 parent 44ba74a commit 7fefb44

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

cloudbaserc.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"envId": "monibuca-9gwzsmn5c85b5e0e",
3+
"version": "2.0",
4+
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
5+
"functionRoot": "./functions",
6+
"functions": [],
7+
"region": "ap-shanghai",
8+
"framework": {
9+
"name": "website",
10+
"plugins": {
11+
"website": {
12+
"use": "@cloudbase/framework-plugin-website",
13+
"inputs": {
14+
"installCommand": "pnpm i",
15+
"buildCommand": "pnpm run build",
16+
"outputPath": "./.vitepress/dist"
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)