This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
socketio-zustand
mirror of
https://github.com/qiangziakbar/socketio-zustand.git
Watch
1
Star
0
Fork
You've already forked socketio-zustand
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e9aa844d29
socketio-zustand
/
frontend
/
src
/
config
/
index.ts
2 lines
62 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: optimize and refactor codebase - Extracte chatroom titile as a component - Update introduction in entry page - add me attribute avioding in SocketMessage
2023-07-17 22:20:49 +08:00
export
const
SOCKET_URL
=
process
.
env
.
NEXT_PUBLIC_SOCKET_URL
;