UNPKG

sveltekit-plesk-bridge

Version:

Bridges ES Modules to CommonJS, to avoid the ERR_REQUIRE_ESM error.

5 lines (4 loc) 157 B
async function loadApp() { const { app } = await import("./index.js"); // this is your normal entry file - (index.js, main.js, app.mjs etc.) } loadApp()