Update render.yaml

This commit is contained in:
Dániel Szabó 2022-06-04 23:30:39 +01:00 committed by GitHub
parent 8b1702365c
commit 92a29a02e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ services:
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release
startCommand: ./target/release/microbin -- --highlightsyntax --editable
startCommand: ./target/release/microbin --editable --highlightsyntax