Skip to content

Commit c15e074

Browse files
committed
feat: posthog implementatiton
1 parent 0e9fcdb commit c15e074

File tree

15 files changed

+13057
-5
lines changed

15 files changed

+13057
-5
lines changed

.env.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# API Keys
2+
OPENAI_API_KEY=
3+
ANTHROPIC_API_KEY=
4+
5+
# PostHog Analytics
6+
# Used for tracking usage events in the app
7+
VITE_POSTHOG_API_KEY=your_posthog_api_key
8+
VITE_POSTHOG_API_HOST=https://your-posthog-instance.com
9+
VITE_POSTHOG_UI_HOST=https://us.i.posthog.com
10+
11+
# Apple Code Signing (for macOS builds)
12+
APPLE_CODESIGN_IDENTITY=
13+
APPLE_ID=
14+
APPLE_APP_SPECIFIC_PASSWORD=
15+
APPLE_TEAM_ID=
16+
APPLE_CODESIGN_CERT_BASE64=
17+
APPLE_CODESIGN_CERT_PASSWORD=
18+
APPLE_CODESIGN_KEYCHAIN_PASSWORD=

0 commit comments

Comments
 (0)