chore(website): add `next-remote-watch` (#1499)

- this enables auto-reloading on specified file changes
build-3fc2cf4df5820b2465e10a4fe12d03e563c9ea36-aa2e5699399125ec
Kevin Wang 5 years ago committed by GitHub
parent 700ed0b138
commit 3fc2cf4df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff

@ -31,6 +31,7 @@
"classnames": "2.2.6",
"next": "10.2.2",
"next-mdx-remote": "3.0.1",
"next-remote-watch": "1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intersection-observer": "8.31.0",
@ -62,7 +63,7 @@
"generate:readme": "next-hashicorp markdown-blocks README.md",
"linkcheck": "linkcheck boundary.io",
"lint": "next-hashicorp lint",
"start": "next dev",
"start": "next-remote-watch './content/**/*.mdx'",
"static": "npm run build && npm run export"
}
}

Loading…
Cancel
Save