UNPKG

@ethora/chat-component

Version:

1. npm create vite@latest 2. select name of project, select type (react/js) 3. cd project-name 4. npm i 5. npm i @ethora/chat-component 6. go to file src/App.tsx and replace it with this code

7 lines (6 loc) 399 B
export declare const VITE_APP_API_URL = "https://api.ethoradev.com/v1"; export declare const VITE_APP_DISABLE_STRICT = "true"; export declare const VITE_APP_DOMAIN_NAME = "ethoradev.com"; export declare const VITE_APP_XMPP_BASEDOMAIN_OLD = "xmpp.ethoradev.com"; export declare const VITE_APP_XMPP_BASEDOMAIN = "xmpp.ethoradev.com"; export declare const SERVICE = "wss://xmpp.ethoradev.com:5443/ws";