1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 10:46:09 +02:00
This commit is contained in:
syuilo
2018-02-17 18:14:23 +09:00
parent 283c64e6f1
commit 61b95e0c26
11 changed files with 179 additions and 121 deletions

View File

@@ -10,6 +10,8 @@ import fuckAdBlock from './scripts/fuck-ad-block';
import HomeStreamManager from '../common/scripts/streaming/home-stream-manager';
import composeNotification from '../common/scripts/compose-notification';
import chooseDriveFolder from './api/choose-drive-folder';
import MkIndex from './views/pages/index.vue';
/**
@@ -27,7 +29,9 @@ init(async (launch) => {
// Register components
require('./views/components');
const app = launch();
const app = launch({
chooseDriveFolder
});
/**
* Init Notification