Commit 6f6d7634 authored by NGPixel's avatar NGPixel

fix: heroku - removed server boot from init script

[ci skip]
parent 7728e1b1
......@@ -49,8 +49,8 @@ module.exports = {
* Start in Heroku mode
*/
startInHerokuMode: function () {
console.info('Initializing Wiki.js for Heroku...')
require('./server.js')
console.warn('Incorrect command on Heroku, use instead: node server')
process.exit(1)
},
/**
* Stop Wiki.js process(es)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment