4 lines
154 B
TypeScript
Raw Normal View History

2020-10-05 15:10:49 +02:00
import {setBackend} from "tc-shared/backend";
import {NativeClientBackendImpl} from "../backend-impl/Backend";
setBackend(new NativeClientBackendImpl());