UNPKG

@gez/core

Version:

A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.

5 lines (4 loc) 141 B
import path from "node:path"; export function resolvePath(root, projectPath, ...args) { return path.resolve(root, projectPath, ...args); }