7.0.7 • Published 3 years ago

@itoa/app-next v7.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Next.js app

This is the last active development release of this package as Itoa 5 is now in a 6 to 12 month active maintenance phase. For more information please read our Itoa 5 and beyond post.

View changelog

A ItoaJS app for serving a Next.js application.

Usage

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

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

Config

OptionTypeDefaultRequiredDescription
dirStringnulltrueThe directory of the Next.js app.
7.0.7

3 years ago

7.0.2

4 years ago

7.0.1

4 years ago

7.0.0

4 years ago

6.1.4

4 years ago

6.1.3

4 years ago

6.1.2

4 years ago