UNPKG

one

Version:

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

7 lines (6 loc) 211 B
export function setServerGlobals() { // TODO make this better, this ensures we get react 19 process.env.VXRN_REACT_19 = '1' // for non-optimized stuff we need this process.env.VITE_ENVIRONMENT = 'ssr' }