4 lines
No EOL
162 B
TypeScript
4 lines
No EOL
162 B
TypeScript
import {setBackend} from "tc-shared/backend";
|
|
import {WebClientBackend} from "tc-shared/backend/WebClient";
|
|
|
|
setBackend(new class implements WebClientBackend {}); |