UNPKG

lark

Version:

A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.

14 lines (12 loc) 206 B
/** * lark-seed - development.js * Copyright(c) 2014 mdemo(https://github.com/demohi) * MIT Licensed */ 'use strict'; module.exports = { port: 3000, bootstrap: { enable: false } };