GHHG10's picture
download
raw
627 Bytes
// @refresh reload
import { createHandler, StartServer } from "@solidjs/start/server"
export default createHandler(
() => (
<StartServer
document={({ assets, children, scripts }) => (
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow" />
{assets}
</head>
<body>
<div id="app">{children}</div>
{scripts}
</body>
</html>
)}
/>
),
{
mode: "async",
},
)

Xet Storage Details

Size:
627 Bytes
·
Xet hash:
eb13660d847647d7f8c66a62bc4b598e90947ee2075b07836321a7cd01d07701

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.