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": "./" + } + } + } + } +}