Testing CI/CD

This commit is contained in:
2024-01-24 14:13:17 -05:00
parent 7119957c9e
commit a642ed87c4
20 changed files with 358 additions and 8 deletions

View File

@@ -21,6 +21,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/lib/db/seedDb.js"],
"exclude": ["node_modules"]
}