bfile/filed/dev-entry.sh

9 lines
109 B
Bash
Raw Normal View History

2023-09-30 06:46:29 +02:00
#!/bin/sh
2023-09-30 11:26:47 +02:00
cd /opt/code
2023-09-30 06:46:29 +02:00
cargo check
cargo build
2023-11-04 05:26:33 +01:00
cargo watch -w src -w templates -w static -w config -x run