From f9fa4737f30dadce95c1528009a5d224dec2f179 Mon Sep 17 00:00:00 2001 From: borja Date: Sat, 20 Sep 2025 18:06:01 +0200 Subject: [PATCH] sleep 1 segundo --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index c3f2366..1610d46 100644 --- a/startup.sh +++ b/startup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Wait for server to be ready -sleep 10 +sleep 1 # Start the main process exec bun run index.ts