feat: implement filtering for the product

This commit is contained in:
2025-07-21 21:32:40 +07:00
parent c9248b0ba4
commit 7732e680d4
11 changed files with 233 additions and 30 deletions
+1
View File
@@ -9,6 +9,7 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",