Files
Ansible-GUI-Small/weg
jonnybravo 23ef289075 test
2026-07-20 10:27:09 +02:00

12 lines
208 B
Plaintext

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