module.exports = {
content: [
"./Views/Website/**/*.cshtml",
"./Pages/**/*.cshtml",
"./wwwroot/js/**/*.js",
],
};