🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-12 17:25:02 -04:00
parent ae12b48622
commit 2e44a38a87
3 changed files with 13 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ deno)
if [ "$FRESH_INSTALL" = "true" ]; then
deno --allow-all task start
else
deno run --allow-all "${@:-/data/sample.ts}"
deno run --watch --allow-all "${@:-/data/sample.ts}"
fi
;;
esac