From 4940f12321ebd8204ad5076c4dc2b54ce021c440 Mon Sep 17 00:00:00 2001 From: nodduliger <130344518+nodduliger@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:25:30 +0530 Subject: [PATCH] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 53720bdbbb..54968b0396 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,8 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" + "scripts": { + "start": "node index.js" + }, } -} \ No newline at end of file +}