feat: cpanel hosting

This commit is contained in:
2025-11-06 21:49:39 +05:45
parent ecfd29ff2e
commit c0d3f31a95

4
loader.cjs Normal file
View File

@@ -0,0 +1,4 @@
async function loadApp() {
await import('./build/index.js');
}
loadApp();