UNPKG

one

Version:

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

14 lines (13 loc) 310 B
import { loadUserOneOptions } from "../vite/loadConfig.native.js"; async function run(args) { await loadUserOneOptions("build", true); var { prebuild } = await import("vxrn"); await prebuild({ root: process.cwd(), ...args }); } export { run }; //# sourceMappingURL=prebuild.native.js.map