mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
const next = require('next')
|
|
|
|
const connector = ({ dev }) => {
|
|
return next({ dev })
|
|
}
|
|
|
|
module.exports = connector
|