add setup script
This commit is contained in:
5
deno/dev.sh
Executable file
5
deno/dev.sh
Executable 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
|
||||
Reference in New Issue
Block a user