We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ba74a commit 7fefb44Copy full SHA for 7fefb44
cloudbaserc.json
@@ -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