1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 01:36:03 +02:00
This commit is contained in:
syuilo
2024-09-17 17:00:48 +09:00
parent 6bd6af440f
commit 0134e6e420
6 changed files with 153 additions and 292 deletions

View File

@@ -9,6 +9,7 @@ import 'vite/modulepreload-polyfill';
import '@tabler/icons-webfont/dist/tabler-icons.scss';
import '@/style.scss';
import '@@/styles/mfm.scss';
import { mainBoot } from '@/boot/main-boot.js';
import { subBoot } from '@/boot/sub-boot.js';