Skip to content

Commit

Permalink
removed the dummy html file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayahhhmed committed Jan 4, 2024
1 parent 70859d4 commit d9de508
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2,852 deletions.
8 changes: 8 additions & 0 deletions run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#!/bin/bash

if ! command -v cargo-watch &> /dev/null; then
echo "Error: cargo-watch is not installed. Please install it using 'cargo install cargo-watch'."
exit 1
fi

# Run cargo watch
cargo watch -q -c -w src/ -x 'run -q'
Loading

0 comments on commit d9de508

Please sign in to comment.