# Vite mode `web` (`vite build --mode web`, ticket #74 lot F1): the bundle the # embedded server serves to a browser talks HTTP+WS instead of Tauri IPC. # # This lives in a mode env file rather than an inline `VITE_TRANSPORT=http vite # build` prefix because the npm scripts must also run on Windows (NSIS bundle), # where that shell syntax does not exist. VITE_TRANSPORT=http