// @refresh reload import { createHandler, StartServer } from "@solidjs/start/server"; export default createHandler(() => ( ( {assets}
{children}
{scripts} )} /> )); if (typeof process !== "undefined") { process.on("unhandledRejection", (reason, promise) => { console.error("Caught Unhandled Rejection:", reason); }); process.on("uncaughtException", (err) => { console.error("Caught Uncaught Exception:", err); }); }