UNPKG

vite-plugin-react-server

Version:
14 lines (13 loc) 703 B
/** * vite-plugin-react-server * Copyright (c) Nico Brinkkemper * MIT License */ export { vitePluginReactServer } from './plugin/plugin.server.js'; export { reactServerPlugin } from './plugin/react-server/plugin.server.js'; import './plugin/vendor/vendor.server.js'; import './plugin/stream/createRscStream.server.js'; export { handleServerAction } from './plugin/dev-server/handleServerAction.server.js'; import 'vite'; export { handleRscStream } from './plugin/stream/handleRscStream.server.js'; //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmVyLmpzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7In0=