Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
7abf5dcb78
21 changed files with 128 additions and 45 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue