mirror of
https://github.com/casjaysdevdocker/deno
synced 2026-01-27 22:34:41 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user