added apikey model

This commit is contained in:
daniel31x13
2023-11-20 12:48:41 -05:00
parent 9ad277c784
commit cf7b18e012
15 changed files with 242 additions and 56 deletions
+4 -1
View File
@@ -2,6 +2,9 @@
module.exports = {
darkMode: "class",
// daisyui: {
// themes: ["light", "dark"],
// },
content: [
"./app/**/*.{js,ts,jsx,tsx}",
"./pages/**/*.{js,ts,jsx,tsx}",
@@ -10,5 +13,5 @@ module.exports = {
// For the "layouts" directory
"./layouts/**/*.{js,ts,jsx,tsx}",
],
plugins: [],
plugins: [require("daisyui")],
};