refactor: rename Tool.alpha to Tool.experimental

This commit is contained in:
Siddharth Kumar Sah
2026-03-26 01:10:51 +08:00
parent ab370a74fe
commit 585d66f0c9
178 changed files with 5637 additions and 4082 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import type { FastifyInstance } from "fastify";
import fastifyStatic from "@fastify/static";
import { resolve, dirname } from "node:path";
import { existsSync } from "node:fs";
import { dirname, resolve } from "node:path";
import { fileURLToPath } from "node:url";
import fastifyStatic from "@fastify/static";
import type { FastifyInstance } from "fastify";
export async function registerStatic(app: FastifyInstance) {
// Resolve relative to this file's location