felia/packages/api/index.ts

6 lines
183 B
TypeScript
Raw Normal View History

2022-12-01 08:32:38 +00:00
export type { AppRouter } from "./src/router";
export { appRouter } from "./src/router";
export { createContext } from "./src/context";
export type { Context } from "./src/context";