6 lines
169 B
Bash
Executable File
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
|