-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Move Remixd To Monorepo #454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- start/stop geth/mist to the right ipc endpoint - start a frontend - automine if pending txs
Options to run geth, mist, frontend
add resolveDirectory & change sharedfolder `get` return value
Add "exists" function
Move stdout to dependencies section
Move serve and web3 to dependencies section
fix rename
| @@ -0,0 +1,3 @@ | |||
| import { RemixdClient as sharedfolder } from './services/remixdClient' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be you can use export { RemixdClient as sharedfolder } from './services/remixdClient'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep this. Making a change to this will break remix-desktop.
|
{ "extends": "../../.eslintrc", "rules": {}, "ignorePatterns": ["!**/*"] } |
No description provided.