Update render.yaml
This commit is contained in:
parent
8b1702365c
commit
92a29a02e5
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ services:
|
||||||
env: rust
|
env: rust
|
||||||
repo: https://github.com/szabodanika/microbin.git
|
repo: https://github.com/szabodanika/microbin.git
|
||||||
buildCommand: cargo build --release
|
buildCommand: cargo build --release
|
||||||
startCommand: ./target/release/microbin -- --highlightsyntax --editable
|
startCommand: ./target/release/microbin --editable --highlightsyntax
|
||||||
|
|
Loading…
Add table
Reference in a new issue