Skip to main content
Module

x/ramda/lib/sauce/server.js

:ram: Practical functional Javascript
Latest
File
module.exports = { server: { options: { hostname: 'localhost', port: 3210, base: '.' } }};