// Konfiguration für Reflex module.exports = { // Pfade für die Reflex-Anwendung paths: { public: './public', output: './dist' }, // Weitere Konfigurationen... plugins: [], theme: {} };