feat(WIP): gateway bootstrap 호출 제거 진행

- 메인페이지 미동작
This commit is contained in:
2021-12-10 02:47:10 +09:00
parent 33378c96ec
commit 612f15ebad
9 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -2,13 +2,13 @@ import { exportWindow } from '../util/exportWindow';
import $ from 'jquery';
exportWindow($, '$');
import axios from 'axios';
import 'bootstrap';
import { initTooltip } from '../common_legacy';
import { TemplateEngine } from "../util/TemplateEngine";
import { InvalidResponse } from '../defs';
import { getDateTimeNow } from '../util/getDateTimeNow';
import { setAxiosXMLHttpRequest } from '../util/setAxiosXMLHttpRequest';
import { loadPlugin as loadAdminPlugin } from './admin_server';
import './common';
declare const isAdmin: boolean;