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