UNPKG

create-rari-app

Version:

Create Runtime Accelerated Rendering Infrastructure (Rari) applications with no build configuration

15 lines (14 loc) 316 B
services: - type: web name: '{{PROJECT_NAME}}' runtime: node env: node plan: free buildCommand: '{{INSTALL_COMMAND}}' startCommand: '{{PACKAGE_MANAGER}} run start' healthCheckPath: / envVars: - key: NODE_ENV value: production - key: RUST_LOG value: info