Bild Upload

This commit is contained in:
Moritz Utcke
2025-02-22 12:15:25 +11:00
parent fb706c5999
commit 6cf8910839
4 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import * as fs from "fs"
import { PDFDocument, rgb, StandardFonts, TextAlignment } from "pdf-lib";
import { xml2pdf } from "./elements/xml2pdf.js";
import moment from "moment";
import { Heizungsstatus } from "#lib/server/prisma";
import { Heizungsstatus } from "#lib/server/prisma.js";
import { endEnergieVerbrauchVerbrauchsausweisGewerbe_2016 } from "#lib/Berechnungen/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbe_2016.js";
import { fileURLToPath } from "url";
import { copyPage } from "./utils/copyPage.js";