File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed
Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @solidjs/start " : patch
3+ ---
4+
5+ export server types from /server
Original file line number Diff line number Diff line change 11// @refresh skip
22
3- export type {
4- APIEvent ,
5- APIHandler ,
6- Asset ,
7- ContextMatches ,
8- DocumentComponentProps ,
9- FetchEvent ,
10- HandlerOptions ,
11- PageEvent ,
12- ResponseStub ,
13- ServerFunctionMeta ,
14- } from "./server/types.ts" ;
15-
163export { default as clientOnly } from "./shared/clientOnly.ts" ;
174export { GET } from "./shared/GET.ts" ;
185export { HttpHeader } from "./shared/HttpHeader.tsx" ;
Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ export { getServerFunctionMeta } from "../shared/serverFunction.ts";
33export { StartServer } from "./StartServer.tsx" ;
44export { createHandler } from "./handler.ts" ;
55
6+ export type {
7+ APIEvent ,
8+ APIHandler ,
9+ Asset ,
10+ ContextMatches ,
11+ DocumentComponentProps ,
12+ FetchEvent ,
13+ HandlerOptions ,
14+ PageEvent ,
15+ ResponseStub ,
16+ ServerFunctionMeta ,
17+ } from "./types.ts" ;
18+
619/**
720 * Checks if user has set a redirect status in the response.
821 * If not, falls back to the 302 (temporary redirect)
You can’t perform that action at this time.
0 commit comments