Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-21 13:52:54 +09:00
64 changed files with 1253 additions and 248 deletions

View File

@@ -72,6 +72,9 @@ import { getAccountFromId } from '@/scripts/get-account-from-id';
console.info(`Misskey v${version}`);
// boot.jsのやつを解除
window.onerror = null;
if (_DEV_) {
console.warn('Development mode!!!');