fix(server-build): entferne Pfadalias '@/server/*' im Server-Code, nutze relative Imports; passe RPC-Route-Import und OpenAI-Import an; Server-Build nutzt CommonJS/Node Resolution
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { os } from "@orpc/server";
|
||||
import { getLegalConfig } from "@/server/lib/legal-config";
|
||||
import { getLegalConfig } from "../lib/legal-config";
|
||||
|
||||
export const router = {
|
||||
getConfig: os.handler(async () => {
|
||||
|
Reference in New Issue
Block a user