mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Move livereload to an external script and remove from express.
Developers have to use the livereload plugin in their web browser now.
This commit is contained in:
parent
9e379c835c
commit
cd0e4b1acf
5 changed files with 6 additions and 9 deletions
|
@ -56,11 +56,6 @@ app.use(expressValidator({
|
|||
|
||||
// ----------- Views, routes and static files -----------
|
||||
|
||||
// Livereload
|
||||
app.use(require('connect-livereload')({
|
||||
port: 35729
|
||||
}))
|
||||
|
||||
// Catch sefaults
|
||||
require('segfault-handler').registerHandler()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue