2.1.0 • Published 6 years ago

@keystone-alpha/app-next v2.1.0

Weekly downloads
7
License
MIT
Repository
-
Last release
6 years ago

KeystoneJS Next.js App

A KeystoneJS App for serving a Next.js application.

Usage

const { NextApp } = require('@keystone-alpha/app-next');

...

module.exports = {
  keystone,
  apps: [
    new GraphQLApp(),
    new AdminUIApp(),
    new NextApp({ dir: 'app' }),
  ],
  distDir,
};

Config

OptionTypeDefaultRequiredDescription
dirStringnulltrueThe directory of the Next.js app.
2.1.0

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago