one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (10 loc) • 325 B
text/typescript
import { loadUserOneOptions } from '../vite/loadConfig'
export async function run(args: {}) {
const { runIos } = await import('vxrn')
// disabling: cant set no-bundler and port?
// const options = await loadUserOneOptions('serve')
await runIos({
root: process.cwd(),
// port: options?.server?.port,
})
}