rsnext/examples/cms-keystonejs-embedded/next.config.js
Jess Telford 1545af5803
Add Embedded KeystoneJS example (#25351)
## Documentation / Examples

- [x] Make sure the linting passes

See [the `README.md`](https://github.com/jesstelford/next.js/blob/cms-keystonejs-embedded/examples/cms-keystonejs-embedded/README.md)

Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
2022-09-30 00:45:36 +00:00

3 lines
98 B
JavaScript

const { withKeystone } = require('@keystone-next/keystone/next')
module.exports = withKeystone()