chore(docker): .dockerignore angepasst; lokale Build-Schritte in Rebuild-Skripten; Doku/README zu production vs production-prebuilt aktualisiert
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { demo } from "./demo/index.js";
|
||||
import { os as baseOs, call as baseCall } from "@orpc/server";
|
||||
import { router as treatments } from "./treatments.js";
|
||||
import { router as bookings } from "./bookings.js";
|
||||
import { router as auth } from "./auth.js";
|
||||
@@ -18,3 +19,7 @@ export const router = {
|
||||
gallery,
|
||||
reviews,
|
||||
};
|
||||
// Export centrally typed oRPC helpers so all modules share the same Hono Context typing
|
||||
const osAny = baseOs;
|
||||
export const os = osAny.withContext?.() ?? osAny.context?.() ?? baseOs;
|
||||
export const call = baseCall;
|
||||
|
Reference in New Issue
Block a user