update deno server script name

This commit is contained in:
bobbydigitales
2025-03-31 14:22:34 -07:00
parent 0b5fee4aca
commit c148f38bbf

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
sudo /root/.deno/bin/deno run --inspect --allow-all --unstable-temporal --watch server.ts sudo /root/.deno/bin/deno run --inspect --allow-all --unstable-temporal --watch ddln_server.ts