Skip to content

Commit

Permalink
add cross url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwinin committed May 18, 2020
1 parent a6247b4 commit 5ab06d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc",
"reinstall": "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build",
"ganache-cli": "npx ganache-cli",
"clean": "rm -rf build"
"pm2": "pm2 startOrReload process.json"
}
}
10 changes: 10 additions & 0 deletions process.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"apps":[{
"name": "remix-ide",
"script": "npm run reinstall && npm run start",
"env":{
"PORT": 8080,
"NODE_ENV": "production"
}
}]
}

0 comments on commit 5ab06d8

Please sign in to comment.