Puck visual-editor spike: HD-Blöcke (Hero/Text/FeatureGrid/ProductGrid/CTA), OKLCH-Branding, Edit↔Vorschau

This commit is contained in:
2026-06-21 06:10:17 +00:00
commit 900c9f78d1
11 changed files with 2228 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({ plugins: [react()] });