mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
JSCS Says Goodbye
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var app = require('../js/app.js');
|
||||
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);
|
||||
console.log("");
|
||||
console.log("Ready to go! Please point your browser to: http://localhost:" + config.port);
|
||||
});
|
||||
|
Reference in New Issue
Block a user