@tanstack/solid-start
Version:
Modern and scalable routing for Solid applications
5 lines (4 loc) • 317 B
JavaScript
import { handleSolidServerFunctionRequest } from "./server-functions-handler.js";
import { createSolidStartHandler } from "./createSolidStartHandler.js";
export * from "@tanstack/solid-start-server";
export { createSolidStartHandler, createSolidStartHandler as createStartHandler, handleSolidServerFunctionRequest };