Closed brylie closed 7 years ago
When following the steps in the README, I am having difficulty setting up local.js. I am getting errors related to sails not being defined:
Details:ReferenceError: sails is not defined
and...
sails.config.permissions.adminUsername = 'admin', ^ SyntaxError: Unexpected token .
Where should I put the initial admin configuration object, inside of module.exports?
module.exports
Getting the same error
What version of sails?
When following the steps in the README, I am having difficulty setting up local.js. I am getting errors related to sails not being defined:
and...
Where should I put the initial admin configuration object, inside of
module.exports
?