UNPKG

one

Version:

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

7 lines (6 loc) 291 B
const CLIENT_BASE_URL = typeof window !== "undefined" && window.location ? `${window.location.protocol}//${window.location.host}` : ``; function getURL() { return CLIENT_BASE_URL || process.env.ONE_SERVER_URL || "http://localhost"; } export { getURL }; //# sourceMappingURL=getURL.mjs.map