This commit is contained in:
Rizky 2024-06-21 15:00:09 +07:00
parent e081068c98
commit 29a175690d
1 changed files with 3 additions and 1 deletions

View File

@ -37,9 +37,11 @@ export const initFrontEnd = async (
delete code.internal.frontend[id_site];
} catch (e) {}
} else {
if (existing.ctx) {
return;
}
}
}
} else {
if (
!(await existsAsync(code.path(id_site, "site", "src", "node_modules")))