get main #521

Merged
IB-Cornelsen merged 3 commits from main into dev 2025-04-24 10:52:04 +00:00
Showing only changes of commit 56b6bcd1a1 - Show all commits

View File

@@ -16,7 +16,7 @@ import { join } from "path";
import { APIError, defineApiRoute } from "astro-typesafe-api/server";
import { z } from "astro:content";
import { transport } from "#lib/mail.js";
import { Attachment } from 'nodemailer/lib/mailer';
import {Attachment} from "nodemailer/lib/mailer/index.js";
import { BASE_URI } from "#lib/constants.js";
import { getAnsichtsausweis, getDatenblatt, getAushang } from "#lib/server/ausweis.js";
import { PutObjectCommand } from "@aws-sdk/client-s3";