switch to solid

This commit is contained in:
Paul Miller
2023-04-03 18:43:00 -05:00
parent cbcceb6a33
commit 5449b7454f
46 changed files with 6019 additions and 6544 deletions

9
src/entry-server.tsx Normal file
View File

@@ -0,0 +1,9 @@
import {
createHandler,
renderAsync,
StartServer,
} from "solid-start/entry-server";
export default createHandler(
renderAsync((event) => <StartServer event={event} />)
);