From b999c2cf15a0600c477fe94e94a07b89529f5426 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 9 Mar 2026 02:01:31 +0100 Subject: [PATCH] modulcreation --- MODULCREATION_ANWEISUNG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MODULCREATION_ANWEISUNG.md diff --git a/MODULCREATION_ANWEISUNG.md b/MODULCREATION_ANWEISUNG.md new file mode 100644 index 0000000..17fa1a8 --- /dev/null +++ b/MODULCREATION_ANWEISUNG.md @@ -0,0 +1,5 @@ +Bitte PROJECT_CONTEXT.md lesen und strikt einhalten. +Wichtig: Modul-spezifischer Code/Assets ausschließlich unter /modules//, +keine Änderungen an /public/assets/* für modul-spezifische Features. +Staging/Live: /config/ im Repo wird nach /app//config kopiert. +Modul-Assets müssen über /module//asset geladen werden. \ No newline at end of file