This commit is contained in:
jonnybravo
2026-07-20 10:27:09 +02:00
commit 23ef289075
25 changed files with 1511 additions and 0 deletions

11
weg Normal file
View File

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