UNPKG

@dreesq/serpent

Version:

An express wrapper for developing fast web applications

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