wip fix node_modules remove delay

This commit is contained in:
rizrmd 2024-05-31 10:22:38 +07:00
parent ce756f13cf
commit a8ddaf344f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export const initFrontEnd = async (
);
initFrontEnd(root, id_site, true);
}
}, 5000);
}, 20000);
}
}
});