mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
84e38d47aa
* add flags-playground * clarify * move * update lockfile
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
import { vercelAdapter } from '@flags-sdk/vercel';
|
|
import { flag } from 'flags/next';
|
|
|
|
export const jsonFlag = flag({
|
|
key: 'json-flag',
|
|
adapter: vercelAdapter(),
|
|
});
|