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