Skip to content

Commit 702bdff

Browse files
committed
fix(examples): consistent .env files
1 parent ff22b56 commit 702bdff

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

examples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This directory contains example applications demonstrating how to integrate Peam
1818

1919
- **[Astro + React](./astro-react)** - Astro example with React islands and Peam integration
2020

21+
### React Router
22+
23+
- **[React Router](./react-router)** - React Router example with SSR and Peam integration
24+
2125
## Contributing
2226

2327
Feel free to add more examples for other frameworks.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# OpenAI API Key
22
OPENAI_API_KEY=your_openai_api_key_here
3+
# Enable Peam logging
4+
PEAM_LOGGING=1

0 commit comments

Comments
 (0)