From 233e5a96ade462f3e854652f6c4cbf205d4e44d2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 23 Nov 2017 08:38:44 +0900 Subject: [PATCH] Update mios.ts --- src/web/app/common/mios.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/app/common/mios.ts b/src/web/app/common/mios.ts index e73a65bff8..dfc83c18c6 100644 --- a/src/web/app/common/mios.ts +++ b/src/web/app/common/mios.ts @@ -5,10 +5,12 @@ import Progress from './scripts/loading'; import HomeStreamManager from './scripts/streaming/home-stream-manager'; import api from './scripts/api'; +//#region environment variables declare const _VERSION_: string; declare const _LANG_: string; declare const _API_URL_: string; declare const _SW_PUBLICKEY_: string; +//#endregion /** * Misskey Operating System