feat(next-feedback): improve selector precision with @medv/finder and fix client/server boundary

This commit is contained in:
2026-02-13 12:03:11 +01:00
parent d6f9a24823
commit 117b23db1e
4 changed files with 56 additions and 158 deletions

View File

@@ -6,7 +6,4 @@ export default defineConfig({
dts: true,
clean: true,
sourcemap: true,
banner: {
js: "'use client';",
},
});