feat: add feature plugin tests and validation for feature flags

This commit is contained in:
2026-06-21 03:14:19 +07:00
parent ecc958c9f0
commit 1ee76faf55
65 changed files with 4992 additions and 415 deletions
@@ -1,5 +1,8 @@
import { defineLayerConfig } from '../../../src/index.ts'
// Northwind — a reseller brand. It inherits the entire shell (header, footer, profile, router,
// Tailwind setup) from `main` and changes only three things: its logo, its theme.css tokens and
// its Landing page. It also drops the billing page entirely.
export default defineLayerConfig({
name: 'brand',
extends: ['../main'],