UNPKG

one

Version:

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

6 lines (4 loc) 189 B
import type { One } from '../vite/types' export function getRouterRootFromOneOptions(options: One.PluginOptions) { return options?.router?.root || process.env.ONE_ROUTER_ROOT || 'app' }