n8n anonyme

This commit is contained in:
nBiqoz
2025-06-12 23:17:56 +02:00
parent 07bce46fd7
commit 00ad46a1a6
29 changed files with 8458 additions and 1 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./app/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {},
},
plugins: [],
};