one
Version:
One is a new React Framework that makes Vite serve both native and web.
7 lines (6 loc) • 353 B
JavaScript
function getRouterRootFromOneOptions(options) {
var _options_router;
return (options == null || (_options_router = options.router) === null || _options_router === void 0 ? void 0 : _options_router.root) || process.env.ONE_ROUTER_ROOT || "app";
}
export { getRouterRootFromOneOptions };
//# sourceMappingURL=getRouterRootFromOneOptions.native.js.map