From dc911505f96d6a7cacbbd59385f2b0c963d414f8 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 11 Jun 2020 14:06:30 +0000 Subject: [PATCH] Removed flags from start command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcafec919b..b5c1b643d1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\"", - "start": "./lib/bin/remixd.js -s ./shared --remix-ide http://127.0.0.1:8080", + "start": "./lib/bin/remixd.js", "npip": "npip", "lint": "eslint ./src --ext .ts", "build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js",