import { defineConfig } from '@kazzle/app'; export default defineConfig({ /** One-line catalog tagline. Required to publish. */ subtitle: '{{APP_NAME}}', /** Path to the app icon relative to the repo root. Uploaded to CDN on publish. */ icon: 'icon.svg', /** App components — each entry defines a deployable unit. */ components: [], });