Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-03-03 13:41:12 +09:00
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!!!');