Fix lint errors and cleanup node_modules from git

This commit is contained in:
MivoDev
2026-01-18 11:21:31 +07:00
parent 266a4b1296
commit 9b71ee65ed
10681 changed files with 19 additions and 1469308 deletions

View File

@@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: [
"./app/Views/**/*.{html,js,php}",
"./public/assets/js/**/*.js",
"./public/js/**/*.js"
"./docs/**/*.{md,vue,js,ts}",
"./docs/.vitepress/**/*.{md,vue,js,ts}"
],
darkMode: 'class',
theme: {