wilddragon-site/node_modules/next/dist/esm/server/app-render/debug-channel-server.js

8 lines
316 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
/**
* Compile-time switcher for debug channel operations.
*
* Simple re-export from the web implementation.
* A future change will add a conditional branch for node streams.
*/ export { createDebugChannel, toNodeDebugChannel } from './debug-channel-server.web';
//# sourceMappingURL=debug-channel-server.js.map