UNPKG

lite-server

Version:

Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.

6 lines (5 loc) 124 B
'use strict'; module.exports = { server: require('./lib/lite-server.js'), defaults: require('./lib/config-defaults') };