This commit is contained in:
Rizky 2024-08-09 16:00:35 +07:00
parent 342a9ff9c4
commit 3a4cd66366
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ export const edInitSync = (p: PG) => {
},
async code_changes({ ts, mode, status }) {
if (mode === "frontend") {
console.log(ts, mode, status);
if (status === "ok") {
p.ui.build.status = "ready";
p.render();