UNPKG

153 BJavaScriptView Raw
1module.exports = {
2 startFile: `${__dirname}/../bin/start.js`,
3 pidFile: `${process.cwd()}/tmp/pid/server.pid`,
4
5 controllerPath: 'app/controllers'
6}