UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

11 lines (9 loc) 287 B
express = require 'express' module.exports = (compound) -> app = compound.app app.configure 'test', -> app.enable 'quiet' app.enable 'view cache' app.enable 'model cache' app.enable 'eval cache' app.use express.errorHandler dumpExceptions: true, showStack: true