Add wrapper script
This commit is contained in:
11
deno/run.sh
Executable file
11
deno/run.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd "$DIR"
|
||||
|
||||
deno run --allow-net --unstable-sloppy-imports --watch routes.ts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user