UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

6 lines (5 loc) 190 B
export default { debug: false, serve_static_file: false, platform: { adapter: { setup: async () => ({ listen: (port) => console.log(`running noop platform at ${port}`) }) } } };