0.2.26 • Published 3 years ago

@backyard/service-nextjs v0.2.26

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

Backyard Next.js

React Framework for Backyard powered by Next.js

What is Backyard

Backyard is an opinioned microservices platform

What is Next.js

Install

npm (scoped)

Usage

import { createWorkspaceConfiguration } from '@backyard/common';
import { useNextJsService } from '@backyard/service-nextjs';

export default createWorkspaceConfiguration({
  services: [
    useNextJsService({
      name: 'web',
      settings: {
        src: string
      }
    }),
  ],
});
0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago