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",