mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
[ui]: re-add ui connector
This commit is contained in:
parent
c6c16ce6b4
commit
b0b1378035
1 changed files with 7 additions and 0 deletions
7
packages/roleypoly-ui/connector.js
Normal file
7
packages/roleypoly-ui/connector.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const next = require('next')
|
||||
|
||||
const connector = ({ dev }) => {
|
||||
return next({ dev, dir: __dirname })
|
||||
}
|
||||
|
||||
module.exports = connector
|
Loading…
Add table
Reference in a new issue