UNPKG

160 BJavaScriptView Raw
1const { modules, plugins } = require("./module");
2const knexfile = require("./knexfile");
3
4module.exports = {
5 port: 3000,
6 knexfile,
7 modules,
8 plugins
9};