Files
snippets/vite-layers/example/apps/brand/app.config.ts
T
2026-06-07 17:34:31 +07:00

8 lines
217 B
TypeScript

import { defineLayerConfig } from '../../../src/index.ts'
export default defineLayerConfig({
name: 'brand',
extends: ['../main'],
features: { billing: false }, // brand drops the billing page entirely (DCE)
})