This commit is contained in:
2024-01-09 19:42:44 +01:00
parent b753ac9843
commit a29b8a0bd9
4 changed files with 727 additions and 228 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
"**/*.tsx",
"**/*.cjs",
"**/*.js",
".next/types/**/*.ts"
".next/types/**/*.ts",
"next.config.mjs"
],
"exclude": ["node_modules"]
}