File tree Expand file tree Collapse file tree
packages/start/src/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import "solidstart:server-fn-manifest" ;
21import { parseSetCookie } from "cookie-es" ;
32import { type H3Event , parseCookies } from "h3" ;
43import { sharedConfig } from "solid-js" ;
54import { renderToString } from "solid-js/web" ;
65import { provideRequestEvent } from "solid-js/web/storage" ;
7- import { getServerFnById } from "solidstart:server-fn-manifest" ;
86
97import { getFetchEvent , mergeResponseHeaders } from "./fetchEvent.ts" ;
108import { createPageEvent } from "./handler.ts" ;
@@ -19,9 +17,11 @@ import {
1917 extractBody ,
2018 getHeadersAndBody ,
2119} from "./server-functions-shared.ts" ;
20+ import "solidstart:server-fn-manifest" ;
21+
22+ import { getServerFunction } from "./server-fns.ts" ;
2223import type { FetchEvent , PageEvent } from "./types.ts" ;
2324import { getExpectedRedirectStatus } from "./util.ts" ;
24- import { getServerFunction } from "./server-fns.ts" ;
2525
2626export async function handleServerFunction ( h3Event : H3Event ) {
2727 const event = getFetchEvent ( h3Event ) ;
You can’t perform that action at this time.
0 commit comments