next-remote-watch

v2.0.0
decorated local server for next.js that enables reloads from data changes

lint

eslint . --ext js,jsx --quiet

release:major

release major && npm publish

release:minor

release minor && npm publish

release:patch

release patch && npm publish

test

jest

test:command

./bin/next-remote-watch test/remote/* -r test/next-app/ -c 'node test/next-app/sync.js {event} {path}'

test:event

./bin/next-remote-watch test/remote/* -r test/next-app/ -e unlink

test:integration

./bin/next-remote-watch test/remote/* -r test/next-app/

test:script

./bin/next-remote-watch test/remote/* -r test/next-app/ -s test/next-app/sync.js
npm i next-remote-watch

Metadata

  • MPL-2.0
  • >= 10
  • Jeff Escalante
  • released 9/20/2022

Downloads