Commit 80c800e2 authored by ioedeveloper's avatar ioedeveloper

Set start command

parent 3c965c9d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\"", "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", "npip": "npip",
"lint": "eslint ./src --ext .ts", "lint": "eslint ./src --ext .ts",
"build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js", "build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment