sync: 2026-06-26 22:10

This commit is contained in:
marcus.hinz
2026-06-26 22:10:18 +02:00
parent f044190474
commit fef1d3451d
8 changed files with 56 additions and 1 deletions
+1
View File
@@ -5,3 +5,4 @@
- [Keine Spekulation/Unterstellung](feedback-keine-intent-unterstellung.md) — keine „vermutlich"-Sätze über Absichten Dritter oder technische Ursachen; bei Unklarheit „weiß ich nicht"
- [adesso-cpq MR-Ziel](cpq-branching-mr-ziel.md) — MRs künftig auf development/Integration statt main; Branch bald einrichten
- [Kein nextTick](feedback-kein-nexttick.md) — Vue nextTick hartes Verbot; Timing reaktiv über watch/v-if lösen
- [cpq Storybook starten](cpq-storybook-start.md) — pnpm --filter @ad-cpq/common-frontend storybook (Port 6006)
+16
View File
@@ -0,0 +1,16 @@
---
name: cpq-storybook-start
description: Befehl zum Starten von Storybook im adesso-cpq Projekt
metadata:
node_type: memory
type: project
originSessionId: 277ae1d7-4a4d-4f24-ae53-60e743d26171
---
Storybook in adesso-cpq starten:
```
pnpm --filter @ad-cpq/common-frontend storybook
```
Paket liegt unter `packages/frontend` (Name `@ad-cpq/common-frontend`), Script `storybook dev -p 6006`, Port 6006. Monorepo nutzt pnpm. Siehe [[cpq-verbau-architektur]].