fix
This commit is contained in:
parent
e081068c98
commit
29a175690d
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue