import { statSync } from "fs"; import { join } from "path"; import { dir } from "utils/dir"; export const serveWeb = async (url: URL, req: Request) => { return {}; }; export const generateIndexHtml = (base_url: string, site_id: string) => { const base = base_url.endsWith("/") ? base_url.substring(0, base_url.length - 1) : base_url; return `