Check the users balance before trying to publish/create a channel #794
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
||||||
"perMachine": true
|
"perMachine": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "./node_modules/.bin/electron src/main"
|
||||||
It does, I like to show the full path so others know exactly whats going on It does, I like to show the full path so others know exactly whats going on
I can change it to I can change it to `electron src/main` if you think that looks better
hmm no need, lets keep it as is then hmm no need, lets keep it as is then
|
|||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"electron": "^1.7.9",
|
"electron": "^1.7.9",
|
||||||
|
|
Loading…
Reference in a new issue
does it work to just say "electron src/main" since electron is in the bin?