File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # WalletConnect project ID for Web3 wallet connections (used in SIWE)
12NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID =
3+
4+ # Secret key for NextAuth.js session encryption and JWT signing
25NEXTAUTH_SECRET =
3- PATTERN_CORE_ENDPOINT =
6+ # Whether to trust the host for authentication
7+ # https://authjs.dev/getting-started/deployment#auth_trust_host
48AUTH_TRUST_HOST =
9+
10+ # Endpoint URL for the Pattern Core API service
11+ PATTERN_CORE_ENDPOINT =
12+
13+ # API token for Axiom logging service
514NEXT_PUBLIC_AXIOM_TOKEN =
15+ # Dataset name for Axiom logging service
616NEXT_PUBLIC_AXIOM_DATASET =
17+
18+ # Connection string of Vercel Edge Store
19+ EDGE_CONFIG =
Original file line number Diff line number Diff line change 1+ import { edgeConfigAdapter } from '@flags-sdk/edge-config' ;
2+ import { flag } from 'flags/next' ;
3+
4+ /**
5+ * @example
6+ * export const someFlag = flag({
7+ * adapter: edgeConfigAdapter(),
8+ * key: 'some-flag',
9+ * });
10+ */
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
5+ // see https://nextjs.org/docs/app/api-reference/config /typescript for more information.
Original file line number Diff line number Diff line change 2121 "@codemirror/state" : " ^6.5.0" ,
2222 "@codemirror/theme-one-dark" : " ^6.1.2" ,
2323 "@codemirror/view" : " ^6.35.3" ,
24+ "@flags-sdk/edge-config" : " ^0.1.0" ,
2425 "@radix-ui/react-alert-dialog" : " ^1.1.2" ,
2526 "@radix-ui/react-dialog" : " ^1.1.2" ,
2627 "@radix-ui/react-dropdown-menu" : " ^2.1.2" ,
3738 "@tanstack/react-query" : " ^5.66.9" ,
3839 "@vercel/analytics" : " ^1.3.1" ,
3940 "@vercel/blob" : " ^0.24.1" ,
41+ "@vercel/edge-config" : " ^1.4.0" ,
4042 "@vercel/postgres" : " ^0.10.0" ,
4143 "@wagmi/core" : " ^2.16.4" ,
4244 "ai" : " 4.1.44" ,
5052 "dotenv" : " ^16.4.5" ,
5153 "drizzle-orm" : " ^0.34.0" ,
5254 "fast-deep-equal" : " ^3.1.3" ,
55+ "flags" : " ^3.2.0" ,
5356 "framer-motion" : " ^11.3.19" ,
5457 "geist" : " ^1.3.1" ,
5558 "lucide-react" : " ^0.446.0" ,
You can’t perform that action at this time.
0 commit comments