| 1 | /// <reference types="vite/client" /> |
| 2 | import dts from 'vite-plugin-dts'; |
| 3 | import { copyFileSync, mkdirSync, existsSync } from 'node:fs'; |
| 4 | import { defineConfig, LibraryOptions, LibraryFormats, Plugin } from 'vite'; |
nothing calls this directly
no test coverage detected