summaryrefslogtreecommitdiff
path: root/tools/run
blob: 452355ea01fc62675a3f7c6c0b5e1e498365db79 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

## tools/run [ARGS...]
##
## Run the server in development mode. Shorthand for `cargo run`.

tools/build-ui
cargo run -- "$@"