bfile/filed/dev-entry.sh

9 lines
99 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-10-20 16:40:11 +02:00
cargo watch -w src -w templates -w static -x run