fix: make it regular ts
Node.js CI / Lint and Test (push) Successful in 1m22s

This commit is contained in:
2025-07-14 14:23:51 -07:00
parent 15b4626f8d
commit 0fd4218e31
7 changed files with 15 additions and 18649 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* @author Naomi Carrigan
*/
import documentationData from "../data/docs.json" assert { type: "json" };
import { documentationData } from "../data/docs.js";
import type { FastifyPluginAsync } from "fastify";
/**