This commit is contained in:
Darius
2026-02-06 21:35:25 +01:00
parent ff4248961b
commit f49c868007
5 changed files with 3 additions and 5 deletions

2
dist/fastify.js vendored
View File

@@ -1,4 +1,4 @@
import { logWarning } from "./logger";
import { logWarning } from "./logger.js";
export class API_Error {
error;
constructor(error) {