Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-03-03 13:41:12 +09:00
commit 35fe912e5f
88 changed files with 757 additions and 435 deletions

View file

@ -76,6 +76,7 @@ console.info(`Misskey v${version}`);
// boot.jsのやつを解除
window.onerror = null;
window.onunhandledrejection = null;
if (_DEV_) {
console.warn('Development mode!!!');