UNPKG

one

Version:

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

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