UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

11 lines (8 loc) 377 B
import * as next from 'next'; import * as cors from 'cors'; import * as bodyParser from 'body-parser'; import * as cookieParser from 'cookie-parser'; export { next, cors, bodyParser, cookieParser }; export { Router } from 'express'; export { R, React, time, queryString, value, url } from '@tdb/util'; export { express, fs, fsPath, log, glob, yaml } from '@tdb/util.server';