cloudbaserc.json 454 B

12345678910111213141516171819
  1. {
  2. "envId": "your-env-id",
  3. "$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
  4. "version": "2.0",
  5. "framework": {
  6. "name": "vitepress",
  7. "plugins": {
  8. "client": {
  9. "use": "@cloudbase/framework-plugin-website",
  10. "inputs": {
  11. "buildCommand": "npm run build",
  12. "outputPath": ".vitepress/dist",
  13. "cloudPath": "/",
  14. "envVariables": {}
  15. }
  16. }
  17. }
  18. }
  19. }