| 1 | import { mergeConfig, type UserConfig, type Plugin } from 'vite'; |
| 2 | import path from 'path'; |
| 3 | import { createRequire } from 'node:module'; |
| 4 | import angular from '@analogjs/vite-plugin-angular'; |
nothing calls this directly
no test coverage detected