This commit is contained in:
Dhravya Shah 2024-08-06 12:55:43 -07:00
parent e652d3a10e
commit be05d4fe7f
7 changed files with 52 additions and 12 deletions

View file

@ -19,7 +19,8 @@
".next/types/**/*.ts",
"../../packages/ui/",
"../../packages/shared-types",
"./components"
"./components",
"app/providers.js"
],
"exclude": ["node_modules/"]
}