File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/start/src/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 { crossSerializeStream , fromJSON , getCrossReferenceHeader } from "seroval" ;
@@ -17,12 +16,13 @@ import {
1716import { sharedConfig } from "solid-js" ;
1817import { renderToString } from "solid-js/web" ;
1918import { provideRequestEvent } from "solid-js/web/storage" ;
19+ import "solidstart:server-fn-manifest" ;
2020
2121import { getFetchEvent , mergeResponseHeaders } from "./fetchEvent.ts" ;
2222import { createPageEvent } from "./handler.ts" ;
23+ import { getServerFunction } from "./server-fns.ts" ;
2324import type { FetchEvent , PageEvent } from "./types.ts" ;
2425import { getExpectedRedirectStatus } from "./util.ts" ;
25- import { getServerFunction } from "./server-fns.ts" ;
2626
2727function createChunk ( data : string ) {
2828 const encodeData = new TextEncoder ( ) . encode ( data ) ;
You can’t perform that action at this time.
0 commit comments