Commit 40ebee6d authored by yann300's avatar yann300

remove local path

parent 1f4ca7b1
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"main": "./src/main.js", "main": "./src/main.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/main.js --dev-path /home/yann/Ethereum/testchains/test2 --mist --geth --frontend /home/yann/Ethereum/DevCon3/frontend --frontend-port 8084 --auto-mine" "start": "node ./src/main.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
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