UNPKG

yaml-server

Version:

A command line tool that creates a REST server from a YAML file that you specify

6 lines (2 loc) 110 B
const path = require("path"); module.exports = (dbName) => ({ dbPath: path.join(process.cwd(), dbName) });