API Vollständig Umgezogen

This commit is contained in:
Moritz Utcke
2025-01-25 09:02:51 +07:00
parent 6f3ddedd96
commit 51fb7ad9b6
18 changed files with 329 additions and 113 deletions

View File

@@ -1,9 +1,7 @@
import { Enums } from "@ibcornelsen/database/client";
import { test, describe, expect } from "bun:test";
import {faker} from "@faker-js/faker";
import { client } from "src/trpc";
import { createTRPCProxyClient, httpBatchLink } from '@trpc/client';
import type { AppRouter } from '@ibcornelsen/api';
// import { client } from "src/trpc";
import { Buffer } from 'buffer';
describe("Bilder hochladen", async () => {