clip / apps /frontend /src /lib /constants.ts
Husr's picture
first commit
d988ae4
export const apiUrl = '/api';
export const socketUrl = process.env.PUBLIC_SOCKET_URL || (typeof window !== 'undefined' ? window.location.origin : '');