From 9c1407fd0e5b265446617246f85009e3707a4c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng?= <55752553+akamabu@users.noreply.github.com> Date: Wed, 13 May 2026 07:25:38 +0700 Subject: [PATCH] Docs: Document rollup.config.js --- packages/instrumentation-google-generativeai/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/instrumentation-google-generativeai/rollup.config.js b/packages/instrumentation-google-generativeai/rollup.config.js index 90a32e20a..0319af61c 100644 --- a/packages/instrumentation-google-generativeai/rollup.config.js +++ b/packages/instrumentation-google-generativeai/rollup.config.js @@ -1,3 +1,4 @@ +/** Documents packages/instrumentation-google-generativeai/rollup.config.js module purpose and public usage context */ const dts = require("rollup-plugin-dts"); const typescript = require("@rollup/plugin-typescript"); const json = require("@rollup/plugin-json");