fix: heroku - removed server boot from init script
[ci skip]
This commit is contained in:
parent
7728e1b1ab
commit
6f6d7634d5
@ -49,8 +49,8 @@ module.exports = {
|
|||||||
* Start in Heroku mode
|
* Start in Heroku mode
|
||||||
*/
|
*/
|
||||||
startInHerokuMode: function () {
|
startInHerokuMode: function () {
|
||||||
console.info('Initializing Wiki.js for Heroku...')
|
console.warn('Incorrect command on Heroku, use instead: node server')
|
||||||
require('./server.js')
|
process.exit(1)
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Stop Wiki.js process(es)
|
* Stop Wiki.js process(es)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user