vite-plugin-checker with v1 Start?

I had 'vite-plugin-checker' going with some of the earlier beta Solid Starts, but now it doesn't output anything. Is there a way to see all pending Typescript issues with vinxi etc, or any way to get plugin checker going with app.config.ts? This currently just does nothing, no errors, no output etc:
plugins: [
UnoCSS(),
checker({
typescript: true,
}),
],
plugins: [
UnoCSS(),
checker({
typescript: true,
}),
],
1 Reply