diff options
author | Joris | 2021-05-20 10:01:57 +0200 |
---|---|---|
committer | Joris | 2021-05-20 10:01:57 +0200 |
commit | 9d3c5577285625dec2c02743b0b558597230d650 (patch) | |
tree | cc1ae302556846b7069a33a4676c1e4b89b1a1c4 /bin/watch.sh | |
parent | f9e7e819a0a673befb11b24404efeb9d6644bceb (diff) |
Rename watch to dev-server
Diffstat (limited to 'bin/watch.sh')
-rwxr-xr-x | bin/watch.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/watch.sh b/bin/watch.sh deleted file mode 100755 index 86eeab7..0000000 --- a/bin/watch.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -python -m http.server --directory public 8000 & - -trap "fuser -k 8000/tcp" EXIT - -tsc --target ES2017 --watch |