add setup script

This commit is contained in:
2026-04-15 06:15:59 +00:00
parent c1de283fb6
commit 187d41e93f
3 changed files with 50 additions and 0 deletions

5
deno/dev.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/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