6 lines
129 B
Bash
6 lines
129 B
Bash
|
#!/bin/bash
|
||
|
cargo build --release
|
||
|
watchexec -e html,css,js -w hyper-src -w templates -w styles ./html &
|
||
|
./target/release/server
|
||
|
|