fix: re-export internal path (#63222)

### What?

### Why?

### How?

[Slack
thread](https://vercel.slack.com/archives/C03S8ED1DKM/p1710283738235509)

Closes NEXT-2795
This commit is contained in:
Balázs Orbán 2024-03-13 09:55:23 +01:00 committed by GitHub
parent d60bcc0c00
commit 9603b20900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
// next-contentlayer is relying on this internal path
// https://github.com/contentlayerdev/contentlayer/blob/2f491c540e1d3667577f57fa368b150bff427aaf/packages/next-contentlayer/src/hooks/useLiveReload.ts#L1
// Drop this file if https://github.com/contentlayerdev/contentlayer/pull/649 is merged/released
export { addMessageListener } from '../../components/react-dev-overlay/pages/websocket'