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
|
||||
repo: https://github.com/szabodanika/microbin.git
|
||||
buildCommand: cargo build --release
|
||||
startCommand: ./target/release/microbin -- --highlightsyntax --editable
|
||||
startCommand: ./target/release/microbin --editable --highlightsyntax
|
||||
|
|
Loading…
Reference in a new issue