hook.json
329 Bytes
{
"timeout": 30000,
"load": {
"before": [],
"order": [
"Define the hooks' load order by putting their names in this array in the right order"
],
"after": []
},
"ejs": {
"enabled": true,
"viewExt": "ejs",
"partial": true,
"cache": false,
"debug": false,
"layout": false
}
}