UNPKG

@dreesq/serpent

Version:

An express wrapper for developing fast web applications

12 lines (11 loc) 127 B
/** * Production config */ module.exports = () => { return { debug: true, server: { port: 3000 } }; };