Number Card and Form Component Updates #37

Merged
an.di merged 10 commits from adilallo/component/NumberedCardUpdate into main 2026-02-04 21:16:06 +00:00
Showing only changes of commit 91635cbf4c - Show all commits
+4 -2
View File
@@ -76,8 +76,10 @@ export default defineConfig({
workerTimeout: 120000, // 2min for worker timeout
poolTimeout: 120000, // 2min for pool timeout
// Optimize dependencies
deps: {
inline: ["@testing-library/jest-dom"], // Inline testing library
server: {
deps: {
inline: ["@testing-library/jest-dom"], // Inline testing library
},
},
},
});