c8dff33836
Remove @liveblocks/client and @liveblocks/zustand; add ws and a server npm script. Update README (fork attribution preserved, WS backend usage), .env.example (VITE_RT_URL), and pin the /blocs-pro/ base in vite.config.
4 lines
155 B
Bash
4 lines
155 B
Bash
# Realtime WebSocket backend URL. Optional.
|
|
# If unset: dev -> ws://localhost:8090 ; prod (https) -> wss://<host>/blocs-rt
|
|
VITE_RT_URL=ws://localhost:8090
|