fixed tts not working

This commit is contained in:
Miodec 2022-12-01 00:11:20 +01:00
parent 56c1083433
commit 8485f6d16c

View file

@ -35,6 +35,7 @@ import "./commandline/index";
import "./elements/no-css";
import { egVideoListener } from "./popups/video-ad-popup";
import "./states/connection";
import "./test/tts";
type ExtendedGlobal = typeof globalThis & MonkeyTypes.Global;