Files
dandelion/deno/dev.sh
2026-04-15 06:15:59 +00:00

6 lines
169 B
Bash
Executable File

#!/bin/bash
TLS_CERT=../certs/localhost.pem \
TLS_KEY=../certs/localhost-key.pem \
PORT=8443 \
deno run --inspect --allow-all --unstable-temporal --watch ddln_server.ts