export const SERVER_IP = "192.168.0.45" as const; export const SERVER_PORT = 3000 as const; export const WS_PORT = 8080 as const;