From 3980c82d2e13b91325f9c46e00cf728891e780d5 Mon Sep 17 00:00:00 2001 From: unfr Date: Tue, 12 Aug 2025 11:30:53 +0200 Subject: [PATCH] Ajout du choix de la couleur du background --- autopost/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/autopost/config.js b/autopost/config.js index f1a49b1..ccc0a7d 100644 --- a/autopost/config.js +++ b/autopost/config.js @@ -6,6 +6,7 @@ module.exports = { // chez ultracc par exemple la commande est app-ports free port: , //Voir indications ci dessus, name: 'Nom', //Choisir un nom + background_color: 'slate-900', // à choisir ici https://tailwindcss.com/docs/colors // choisir mysql ou sqlite dbtype: 'sqlite',