feat: add vite-layers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineLayerConfig } from '../../../src/index.ts'
|
||||
|
||||
export default defineLayerConfig({
|
||||
name: 'brand',
|
||||
extends: ['../main'],
|
||||
features: { billing: false }, // brand drops the billing page entirely (DCE)
|
||||
})
|
||||
Reference in New Issue
Block a user