mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
lerna: complete refactor!
This commit is contained in:
parent
51dd8bd6b1
commit
e1bd5747b3
12 changed files with 83 additions and 71 deletions
|
@ -1,7 +1,7 @@
|
|||
const next = require('next')
|
||||
|
||||
const connector = ({ dev }) => {
|
||||
return next({ dev })
|
||||
return next({ dev, dir: __dirname })
|
||||
}
|
||||
|
||||
module.exports = connector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue