mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
13 lines
201 B
JavaScript
13 lines
201 B
JavaScript
module.exports = {
|
|
options: {
|
|
swapPath : '/tmp',
|
|
phpArgs : {
|
|
// add -f for fatal errors
|
|
'-lf': null
|
|
}
|
|
},
|
|
dev: [
|
|
'**/*.php'
|
|
]
|
|
};
|