1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 08:54:36 +02:00

Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ
2024-03-07 05:22:19 +09:00
21 changed files with 128 additions and 45 deletions

View File

@@ -72,8 +72,8 @@
//#endregion
//#region Script
function importAppScript() {
import(`/vite/${CLIENT_ENTRY}`)
async function importAppScript() {
await import(`/vite/${CLIENT_ENTRY}`)
.catch(async e => {
console.error(e);
renderError('APP_IMPORT', e);