From c2e7d053313a0ac7d46c8dea636916f12110a821 Mon Sep 17 00:00:00 2001 From: Booker Zhao Date: Mon, 1 Feb 2021 20:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=80=E9=94=AE=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudbaserc.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cloudbaserc.json diff --git a/cloudbaserc.json b/cloudbaserc.json new file mode 100644 index 0000000..8c078a0 --- /dev/null +++ b/cloudbaserc.json @@ -0,0 +1,16 @@ +{ + "envId": "{{env.ENV_ID}}", + "version": "2.0", + "$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json", + "framework": { + "name": "bigwatermelon", + "plugins": { + "website": { + "use": "@cloudbase/framework-plugin-website", + "inputs": { + "outputPath": "./" + } + } + } + } +}