UNPKG

@gez/core

Version:

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

3 lines (2 loc) 591 B
export type ProjectPath = './' | 'dist' | 'dist/index.js' | 'dist/package.json' | 'dist/client' | 'dist/client/manifest.json' | 'dist/client/css' | 'dist/client/images' | 'dist/client/media' | 'dist/client/fonts' | 'dist/client/workers' | 'dist/client/importmap' | 'dist/client/versions/latest.tgz' | 'dist/server' | 'dist/server/manifest.json' | 'dist/node' | 'dist/node/src/entry.node.js' | 'src' | 'src/entry.node.ts' | 'src/entry.client.ts' | 'src/entry.server.ts' | 'package.json'; export declare function resolvePath(root: string, projectPath: ProjectPath, ...args: string[]): string;