CleverStack/node-seed

View on GitHub
tasks/grunt/node-inspector.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  app: {
    options: {
      hidden: [
        'node_modules'
      ],
      'web-host'       : 'localhost',
      'web-port'       : 8181,
      'save-live-edit' : true,
    }
  }
};