mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 00:34:23 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
6bef97deeb
commit
ae43147725
@ -166,8 +166,8 @@ deno)
|
||||
elif [ -f "server.ts" ]; then
|
||||
RUN_SCRIPT="server.ts"
|
||||
fi
|
||||
deno --allow-all task start ||
|
||||
deno run --watch --allow-all "${@:-}"
|
||||
echo "Attempting to start deno"
|
||||
deno --allow-all task start || deno run --watch --allow-all "${@:-}" || { echo "deno failed to start" && return 1; }
|
||||
exit ${exitCode:-$?}
|
||||
else
|
||||
__exec_command "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user