UNPKG

one

Version:

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

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