Remise en place de cyberday et lab docker

This commit is contained in:
nk
2026-05-07 09:47:05 +02:00
parent 6050f0fd9c
commit 1107be9846
46 changed files with 26379 additions and 4 deletions
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}