UNPKG

vite-plugin-react-server

Version:
13 lines (10 loc) 282 B
/** * vite-plugin-react-server * Copyright (c) Nico Brinkkemper * MIT License */ import { dirname } from 'node:path'; import { fileURLToPath } from 'node:url'; const pluginRoot = dirname(fileURLToPath(import.meta.url)); export { pluginRoot }; //# sourceMappingURL=root.js.map