ignore: cloud

This commit is contained in:
Jay V
2025-08-27 16:02:30 -04:00
parent 8381760b27
commit 3359417378
12 changed files with 409 additions and 157 deletions

View File

@@ -1,5 +1,5 @@
// @refresh reload
import { createHandler, StartServer } from "@solidjs/start/server";
import { createHandler, StartServer } from "@solidjs/start/server"
export default createHandler(() => (
<StartServer
@@ -11,11 +11,11 @@ export default createHandler(() => (
<link rel="icon" href="/favicon.ico" />
{assets}
</head>
<body data-color-mode="dark">
<body>
<div id="app">{children}</div>
{scripts}
</body>
</html>
)}
/>
));
))