mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Fix log when execut npm start script
This commit is contained in:
@@ -60,5 +60,5 @@ var app = connect()
|
||||
var portToUse = port || 8080;
|
||||
var server = http.createServer(app);
|
||||
server.listen(portToUse);
|
||||
console.log('Open http://localhost:' + portToUse + '/react-native/_index.html');
|
||||
console.log('Open http://localhost:' + portToUse + '/react-native/index.html');
|
||||
module.exports = server;
|
||||
|
||||
Reference in New Issue
Block a user