You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if as someone is editing, or adding markdown files, the Next.JS server Hot reloaded. Currently, this does not work because the actual data files are statically generated inside bin/techradar.
However, it would be great if something like chokidar or watchman could be used to listen for *.md changes, and rerun npm run build:data. Doing this manually seems to cause the change to be picked up and the page to reload instantly!
The text was updated successfully, but these errors were encountered:
It would be nice if as someone is editing, or adding markdown files, the Next.JS server Hot reloaded. Currently, this does not work because the actual data files are statically generated inside bin/techradar.
However, it would be great if something like chokidar or watchman could be used to listen for *.md changes, and rerun
npm run build:data
. Doing this manually seems to cause the change to be picked up and the page to reload instantly!The text was updated successfully, but these errors were encountered: