mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12:34:21 -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
|
elif [ -f "server.ts" ]; then
|
||||||
RUN_SCRIPT="server.ts"
|
RUN_SCRIPT="server.ts"
|
||||||
fi
|
fi
|
||||||
deno --allow-all task start ||
|
echo "Attempting to start deno"
|
||||||
deno run --watch --allow-all "${@:-}"
|
deno --allow-all task start || deno run --watch --allow-all "${@:-}" || { echo "deno failed to start" && return 1; }
|
||||||
exit ${exitCode:-$?}
|
exit ${exitCode:-$?}
|
||||||
else
|
else
|
||||||
__exec_command "$@"
|
__exec_command "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user