7 lines
226 B
YAML
7 lines
226 B
YAML
![]() |
services:
|
||
|
- type: web
|
||
|
name: microbin
|
||
|
env: rust
|
||
|
repo: https://github.com/szabodanika/microbin.git
|
||
|
buildCommand: cargo build --release
|
||
|
startCommand: ./target/release/microbin -- --highlightsyntax --editable
|