UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

9 lines (7 loc) 205 B
export async function run(args: { platform?: string; expo: boolean; 'no-install'?: boolean }) { const { prebuild } = await import('vxrn') await prebuild({ root: process.cwd(), ...args, }) }