Merge branch 'develop' into ed25519

This commit is contained in:
tamaina
2024-03-07 10:52:44 +00:00
24 changed files with 157 additions and 53 deletions

View File

@@ -86,8 +86,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);