import { defineConfig } from "tsup"; import type { Plugin } from "esbuild"; import path from "path"; /** * Esbuild plugin that bundles `.inline.ts` files into browser-ready JavaScript strings. * * Problem: Inline scripts are embedded as raw text into `