kopia lustrzana https://github.com/dceejay/electron-node-red
bump to 1.2.4
rodzic
bf2ad56491
commit
5ade1c9b6d
1
main.js
1
main.js
|
@ -135,6 +135,7 @@ ipc.on('clearLogBuffer', function() { logBuffer = []; });
|
|||
// Create the settings object - see default settings.js file for other options
|
||||
var settings = {
|
||||
uiHost: "localhost", // only allow local connections, remove if you want to allow external access
|
||||
uiPort: listenPort,
|
||||
httpAdminRoot: "/red", // set to false to disable editor and deploy
|
||||
httpNodeRoot: "/",
|
||||
userDir: userdir,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron_node_red",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.4",
|
||||
"description": "Electron Node-RED application starter kit for development",
|
||||
"main": "main.js",
|
||||
"NRelectron": {
|
||||
|
@ -29,7 +29,7 @@
|
|||
"electron-is-dev": "^1.2.0",
|
||||
"electron-store": "^6.0.0",
|
||||
"express": "^4.17.1",
|
||||
"node-red": "1.2.2",
|
||||
"node-red": "1.2.4",
|
||||
"node-red-contrib-play-audio": "*",
|
||||
"node-red-contrib-web-worldmap": "*",
|
||||
"node-red-dashboard": "*",
|
||||
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/dceejay/electron-node-red#readme",
|
||||
"devDependencies": {
|
||||
"electron": "~10.1.3",
|
||||
"electron": "~10.1.5",
|
||||
"electron-builder": "^22.9.1"
|
||||
},
|
||||
"build": {
|
||||
|
|
Ładowanie…
Reference in New Issue