one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (13 loc) • 364 B
JavaScript
import { loadUserOneOptions } from "../vite/loadConfig.mjs";
async function run(args) {
const {
runIos
} = await import("vxrn");
const options = await loadUserOneOptions("serve", true).catch(() => null);
await runIos({
root: process.cwd(),
port: options?.config?.config?.server?.port
});
}
export { run };
//# sourceMappingURL=runIos.mjs.map