UNPKG

@warp-works/warpjs-map-plugin

Version:
4 lines (2 loc) 170 B
const app = require('./server/app'); module.exports = (config, warpCore, Persistence) => (baseUrl, staticUrl) => app(config, warpCore, Persistence, baseUrl, staticUrl);