Skip to content

Commit

Permalink
update watchexec cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jan 14, 2025
1 parent 690a564 commit 04bfc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ students:
sqlite3 tests/students.db < tests/students.sql

dev: students
DATASETTE_SECRET=abc123 watchexec --signal SIGKILL --restart --clear -e py,ts,html,js,css -- \
DATASETTE_SECRET=abc123 watchexec --restart --clear -e py,ts,html,js,css -- \
python3 -m datasette --root --plugins-dir=./datasette_write_ui tests/students.db #--setting base_url /abc/

0 comments on commit 04bfc7f

Please sign in to comment.