This commit is contained in:
syuilo 2024-08-26 17:16:26 +09:00
parent b0a2604425
commit bbc6d9fbc7
3 changed files with 6 additions and 6 deletions

View file

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