UNPKG

node-web-scaffolding

Version:

scaffolding to start a web application + REST api with Nodejs

12 lines (9 loc) 182 B
const config = { network: { server_port: 8080, enableCORS: false, enableGZIP: false }, client_web_path: "../client" }; module.exports = config;