UNPKG

derby

Version:

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

8 lines (7 loc) 200 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.routes = void 0; var tracks = require("tracks"); function routes(app) { return tracks.setup(app); } exports.routes = routes;