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:
2025-10-01 22:11:30 +02:00
parent f44164c957
commit 3d1bbe7265
8 changed files with 18 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import { call, os } from "@orpc/server";
import { z } from "zod";
import { createKV } from "@/server/lib/create-kv";
import { createKV } from "../lib/create-kv";
import { createKV as createAvailabilityKV } from "@/server/lib/create-kv";
import { randomUUID } from "crypto";