Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@harperdb/nextjs

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harperdb/nextjs

A HarperDB Component for running Next.js apps.

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
407
increased by869.05%
Maintainers
0
Weekly downloads
 
Created
Source

@harperdb/nextjs

A HarperDB Component for running (and developing) Next.js apps.

Most Next.js features are supported as we rely on the Next.js Server provided by Next.js to run your application.

Usage

  1. Install:
npm install @harperdb/nextjs
  1. Add to config.yaml:
@harperdb/nextjs:
  package: '@harperdb/nextjs'
  files: '/*'
  1. Run your app with HarperDB:
harperdb run nextjs-app

Alternatively, you can use the included harperdb-nextjs CLI:

harperdb-nextjs build | dev | start

Options

All configuration options are optional

buildCommand: string

Specify a custom build command. Defaults to next build.

Note: the extension will skip building if the prebuilt option is set to true

buildOnly: boolean

Build the Next.js application and then exit (including shutting down HarperDB). Defaults to false.

dev: boolean

Enables Next.js dev mode. Defaults to false.

installCommand: string

Specify an install command. Defaults to npm install.

Note: the extension will skip installing dependencies if it detects a node_modules folder in the application component.

port: number

Specify a port for the Next.js server. Defaults to 3000.

prebuilt: boolean

When enabled, the extension will look for a .next directory in the root of the component and skip executing the buildCommand. Defaults to false.

Keywords

FAQs

Package last updated on 24 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc