#!/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