update deno server script name

This commit is contained in:
bobbydigitales
2025-03-31 14:22:34 -07:00
parent a24d212b3e
commit 975e45b52a

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