mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Separate server core from Electron.
This commit is contained in:
5
serveronly/index.js
Normal file
5
serveronly/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var app = require('../js/app.js');
|
||||
app.start(function(config) {
|
||||
console.log('');
|
||||
console.log('Ready to go! Please point your browser to: http://localhost:' + config.port);
|
||||
});
|
Reference in New Issue
Block a user