working version with js electron set up sending data to channel and stuff through to the main process
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
"typescript": "^4.6.2",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"main": "public/electron.js",
|
||||
"main": "electron/electron.js",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"dev": "concurrently -k \"BROWSER=none npm start\" \"npm:electron\"",
|
||||
"dev": "concurrently -k \"BROWSER=none yarn start\" \"yarn electron\"",
|
||||
"electron": "wait-on tcp:3000 && electron ."
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user