Configuration
Define your static asset properties and frontend environment variables inrevolte.yaml.
revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure static frontend applications with CDN and environment mapping.
revolte.yaml.
revolte:
version: "1.0"
project: Demo-Project
appName: "demo-app"
workflow:
developerWorkflow:
enabled: true
env:
production:
branch: main
services:
rid_1:
type: WEB_APP
name: web-app_service
entryPoint: index.js
properties:
indexPage: index.html
errorPage: index.html
enableCdn: false
variables:
VITE_API_HOST: "#{beBaseURL}"
VITE_GOOGLE_PLACES_API_KEY: "#{googlePlacesAPIKey}"