mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
c0d8224015
Update docs and examples to pass the adapter factory directly (adapter: vercelAdapter) instead of calling it (adapter: vercelAdapter()), reflecting the AdapterOrFactory support in flag(). Applied consistently to all zero-arg factory adapters (vercel, edge-config, custom adapter examples). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
flags-playground
Internal development app used to manually test changes to flags package and its adapters. This is not meant to be a public example or starter template.
Getting Started
pnpm dev
Open http://localhost:3000 to verify your changes.