logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 43eece2539d47437f0c5515d42c7a40ee0401ac4
parent: 51c0b6dfd3ab9dacf9bfc35d22834d95050f1634
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu, 27 Oct 2016 18:02:52 +0200

Don't autoopen browser.

Diffstat:

Mbuild/dev-server.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/dev-server.js b/build/dev-server.js @@ -66,5 +66,5 @@ module.exports = app.listen(port, function (err) { } var uri = 'http://localhost:' + port console.log('Listening at ' + uri + '\n') - opn(uri) + // opn(uri) })