Should be ready to host hopefully

This commit is contained in:
2025-09-04 21:22:17 -05:00
parent f716d7c8d6
commit 99bbe03b98
7 changed files with 140 additions and 43 deletions

View File

@@ -32,5 +32,5 @@
"**/*.js",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", ".next"]
}