Add wrapper script

This commit is contained in:
2025-03-02 09:16:54 -06:00
parent 503e82c2f4
commit a441563c91

11
deno/run.sh Executable file
View 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