UNPKG

@modern-js/server-core

Version:

A Progressive React Framework for modern web development.

15 lines (14 loc) 289 B
const injectNodeSeverPlugin = ({ nodeServer }) => ({ name: "@modern-js/plugin-inject-node-server", setup(api) { const appContext = api.useAppContext(); api.setAppContext({ ...appContext, nodeServer }); return {}; } }); export { injectNodeSeverPlugin };