From 48202780a6b814c2af6fdb0915438bbeb2b92709 Mon Sep 17 00:00:00 2001 From: Dhruv <60794694+DHRUV-CODER@users.noreply.github.com> Date: Wed, 5 May 2021 22:31:38 +0300 Subject: [PATCH] Correction in run cmd Previously was empty and couldn't run on repl.it , now it can after changes --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 672f7956e..3181441bf 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "nodejs" -run = "" \ No newline at end of file +run = "node index.js"