Update solid-start

This commit is contained in:
Aron Malcher 2024-01-14 18:22:12 +01:00
parent 2a1cf8114e
commit a657906f4f
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 331 additions and 80 deletions

View file

@ -1,4 +1,5 @@
import { createHandler, StartServer } from "@solidjs/start/server";
import { createHandler } from "@solidjs/start/entry";
import { StartServer } from "@solidjs/start/server";
export default createHandler(() => (
<StartServer