tweak just dev.

This commit is contained in:
fiatjaf
2024-02-19 14:22:12 -03:00
parent aed1b14492
commit 063388c1c4

View File

@@ -1,5 +1,5 @@
dev:
fd '.ts|.html|.css' | entr -r bash -c 'just build && python -m http.server -d dist/ 8080'
fd '.ts|.html|.css' | entr -r bash -c 'just build && python -m http.server -d dist/ -b 127.0.0.1 8080'
build:
rm -rf dist